ContentLoadError.IComponentConnector.Connect Method
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣告
Private Sub Connect ( _
connectionId As Integer, _
target As Object _
) Implements IComponentConnector.Connect
void IComponentConnector.Connect(
int connectionId,
Object target
)
Parameters
- connectionId
Type: System.Int32
The id.
- target
Type: System.Object
The target.
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.