IVsUIDispatch Interface

Handles verbs in a data source for the Visual Studio user interface.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("0DF3E43A-5356-4A33-8AC1-3BE6E3337C37")> _
Public Interface IVsUIDispatch
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("0DF3E43A-5356-4A33-8AC1-3BE6E3337C37")]
public interface IVsUIDispatch
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"0DF3E43A-5356-4A33-8AC1-3BE6E3337C37")]
public interface class IVsUIDispatch
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("0DF3E43A-5356-4A33-8AC1-3BE6E3337C37")>]
type IVsUIDispatch =  interface end
public interface IVsUIDispatch

The IVsUIDispatch type exposes the following members.

Methods

  Name Description
Public method EnumVerbs Lists the verbs in a data source
Public method Invoke Invokes a verb on a data source.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace