Share via


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

'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
public interface IExternalConnection

See Also

Reference

IExternalConnection Members

Microsoft.VisualStudio.OLE.Interop Namespace