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.
Connects to a component.
Namespace:  Microsoft.TeamFoundation.Build.Workflow.Design
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Private Sub Connect ( _
    connectionId As Integer, _
    target As Object _
) Implements IComponentConnector.Connect
void IComponentConnector.Connect(
    int connectionId,
    Object target
)
private:
virtual void Connect(
    int connectionId, 
    Object^ target
) sealed = IComponentConnector::Connect
private abstract Connect : 
        connectionId:int * 
        target:Object -> unit  
private override Connect : 
        connectionId:int * 
        target:Object -> unit
JScript does not support explicit interface implementations.
Parameters
- connectionId 
 Type: System.Int32- The connection ID. 
- target 
 Type: System.Object- The target to connect to. 
Implements
IComponentConnector.Connect(Int32, Object)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.