IExternalConnection Interface
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
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("00000019-0000-0000-C000-000000000046")> _
Public Interface IExternalConnection
[InterfaceTypeAttribute()]
[GuidAttribute("00000019-0000-0000-C000-000000000046")]
public interface IExternalConnection
The IExternalConnection type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddConnection | ||
ReleaseConnection |
Top