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.
Allows the implementer to create an IVsCommonMessagePump.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("E8E8300A-C63F-423F-B596-29308CA0AB4C")> _
Public Interface IVsCommonMessagePumpFactory
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("E8E8300A-C63F-423F-B596-29308CA0AB4C")]
public interface IVsCommonMessagePumpFactory
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"E8E8300A-C63F-423F-B596-29308CA0AB4C")]
public interface class IVsCommonMessagePumpFactory
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("E8E8300A-C63F-423F-B596-29308CA0AB4C")>]
type IVsCommonMessagePumpFactory = interface end
public interface IVsCommonMessagePumpFactory
The IVsCommonMessagePumpFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CreateInstance | Creates an instance of the IVsCommonMessagePump service. |
Top