IVsUIDispatch Interface

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

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

Syntax

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