IVsCommonMessagePumpFactory Interface

Definition

Allows the implementer to create an IVsCommonMessagePump.

public interface class IVsCommonMessagePumpFactory
public interface class IVsCommonMessagePumpFactory
__interface IVsCommonMessagePumpFactory
[System.Runtime.InteropServices.Guid("E8E8300A-C63F-423F-B596-29308CA0AB4C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsCommonMessagePumpFactory
[<System.Runtime.InteropServices.Guid("E8E8300A-C63F-423F-B596-29308CA0AB4C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsCommonMessagePumpFactory = interface
Public Interface IVsCommonMessagePumpFactory
Attributes

Methods

CreateInstance(IVsCommonMessagePump)

Creates an instance of the IVsCommonMessagePump service.

Applies to