EntityDesignExplorerContent.IStyleConnector.Connect Method (Int32, Object)
Attaches events on event setters and templates in compiled content.
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
[GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] [DebuggerNonUserCodeAttribute] [EditorBrowsableAttribute(EditorBrowsableState.Never)] [SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] [SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] [SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] void IStyleConnector.Connect( int connectionId, object target )
Parameters
- connectionId
-
Type:
System.Int32
The unique connection ID for event wiring purposes.
- target
-
Type:
System.Object
The target for event wiring.