IVsUIDispatch Interface
Handles verbs in a data source for the Visual Studio user interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
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 | |
---|---|---|
EnumVerbs | Lists the verbs in a data source | |
Invoke | Invokes a verb on a data source. |
Top