IGlobalInterfaceTable Interface
Enables access to an interface from any apartment in a process. For more information, see IGlobalInterfaceTable and COM Threading and Application Architecture in COM+ Applications.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("00000146-0000-0000-C000-000000000046")> _
Public Interface IGlobalInterfaceTable
[InterfaceTypeAttribute()]
[GuidAttribute("00000146-0000-0000-C000-000000000046")]
public interface IGlobalInterfaceTable
The IGlobalInterfaceTable type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetInterfaceFromGlobal | ||
RegisterInterfaceInGlobal | ||
RevokeInterfaceFromGlobal |
Top