Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Attaches events and names to compiled content.
Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)
Syntax
void IComponentConnector.Connect(
    int connectionId,
    object target
)
private:
virtual void Connect(
    int connectionId,
    Object^ target
) sealed = IComponentConnector::Connect
Private Sub Connect (
    connectionId As Integer,
    target As Object
)
    Implements IComponentConnector.Connect
Parameters
- connectionId 
 Type: System.Int32- An identifier token to distinguish calls. 
- target 
 Type: System.Object- The target to connect events and names to. 
Implements
IComponentConnector.Connect(Int32, Object)
See Also
ComboTableV2_Core Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top