IVsCommonMessagePump Interface

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

Syntax

‘선언
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("FB3B20F4-9C8E-454A-984B-B1334F790541")> _
Public Interface IVsCommonMessagePump
‘사용 방법
Dim instance As IVsCommonMessagePump
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("FB3B20F4-9C8E-454A-984B-B1334F790541")]
public interface IVsCommonMessagePump
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"FB3B20F4-9C8E-454A-984B-B1334F790541")]
public interface class IVsCommonMessagePump
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("FB3B20F4-9C8E-454A-984B-B1334F790541")>]
type IVsCommonMessagePump =  interface end
public interface IVsCommonMessagePump

See Also

Reference

IVsCommonMessagePump Members

Microsoft.VisualStudio.Shell.Interop Namespace