IVsCommonMessagePumpFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |