SVsCommonMessagePumpFactory Interface

A service that allows users to get instances of IVsCommonMessagePumpFactory.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Declaration
<GuidAttribute("E269CBA1-C9FB-45A8-91CA-EC8D3474FDD2")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface SVsCommonMessagePumpFactory
[GuidAttribute("E269CBA1-C9FB-45A8-91CA-EC8D3474FDD2")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface SVsCommonMessagePumpFactory
[GuidAttribute(L"E269CBA1-C9FB-45A8-91CA-EC8D3474FDD2")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class SVsCommonMessagePumpFactory
[<GuidAttribute("E269CBA1-C9FB-45A8-91CA-EC8D3474FDD2")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type SVsCommonMessagePumpFactory =  interface end
public interface SVsCommonMessagePumpFactory

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace