IVsCommonMessagePumpFactory Interface

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
Public method CreateInstance Creates an instance of the IVsCommonMessagePump service.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace