Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00000146-0000-0000-C000-000000000046")> _
Public Interface IGlobalInterfaceTable
[InterfaceTypeAttribute()]
[GuidAttribute("00000146-0000-0000-C000-000000000046")]
public interface IGlobalInterfaceTable
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000146-0000-0000-C000-000000000046")]
public interface class IGlobalInterfaceTable
[<InterfaceTypeAttribute()>]
[<GuidAttribute("00000146-0000-0000-C000-000000000046")>]
type IGlobalInterfaceTable = interface end
public interface IGlobalInterfaceTable
The IGlobalInterfaceTable type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetInterfaceFromGlobal | |
![]() |
RegisterInterfaceInGlobal | |
![]() |
RevokeInterfaceFromGlobal |
Top