IVsCommonMessagePumpFactory 接口

允许实现创建 IVsCommonMessagePump

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop.10.0(在 Microsoft.VisualStudio.Shell.Interop.10.0.dll 中)

语法

声明
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("E8E8300A-C63F-423F-B596-29308CA0AB4C")> _
Public Interface IVsCommonMessagePumpFactory
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("E8E8300A-C63F-423F-B596-29308CA0AB4C")]
public interface IVsCommonMessagePumpFactory

IVsCommonMessagePumpFactory 类型公开以下成员。

方法

  名称 说明
公共方法 CreateInstance 创建 IVsCommonMessagePump services 实例。

页首

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间