IVsCommonMessagePumpFactory Interface
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'宣告
<GuidAttribute("E8E8300A-C63F-423F-B596-29308CA0AB4C")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsCommonMessagePumpFactory
'用途
Dim instance As IVsCommonMessagePumpFactory
[GuidAttribute("E8E8300A-C63F-423F-B596-29308CA0AB4C")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsCommonMessagePumpFactory
[GuidAttribute(L"E8E8300A-C63F-423F-B596-29308CA0AB4C")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsCommonMessagePumpFactory
[<GuidAttribute("E8E8300A-C63F-423F-B596-29308CA0AB4C")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsCommonMessagePumpFactory = interface end
public interface IVsCommonMessagePumpFactory