Share via


ContentLoadError.IComponentConnector.Connect Method

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.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: Int32

    The id.

  • target
    Type: Object

    The target.

Implements

IComponentConnector.Connect(Int32, Object)

.NET Framework Security

See Also

Reference

ContentLoadError Class

Microsoft.VisualStudio.PlatformUI Namespace