IVsCommonMessagePumpFactory 接口

定义

允许实施者创建 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
属性

方法

CreateInstance(IVsCommonMessagePump)

创建服务的实例 IVsCommonMessagePump

适用于