BuildsPageView.IComponentConnector.Connect Method

Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.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

Implements

IComponentConnector.Connect(Int32, Object)

.NET Framework Security

See Also

Reference

BuildsPageView Class

Microsoft.TeamFoundation.Build.Controls Namespace