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

'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
Public method GetInterfaceFromGlobal
Public method RegisterInterfaceInGlobal
Public method RevokeInterfaceFromGlobal

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace