Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.Modeling.Integration.Shell.Picker
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.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
- target
Type: Object
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.
See Also
Reference
Microsoft.VisualStudio.Modeling.Integration.Shell.Picker Namespace