Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Manages a server object's count of marshaled, or external, connections. Enables the object to shutdown when appropriate. For more information, see IExternalConnection.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00000019-0000-0000-C000-000000000046")> _
Public Interface IExternalConnection
'Usage
Dim instance As IExternalConnection
[InterfaceTypeAttribute()]
[GuidAttribute("00000019-0000-0000-C000-000000000046")]
public interface IExternalConnection
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000019-0000-0000-C000-000000000046")]
public interface class IExternalConnection
[<InterfaceTypeAttribute()>]
[<GuidAttribute("00000019-0000-0000-C000-000000000046")>]
type IExternalConnection = interface end
public interface IExternalConnection