Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
![]() |
EnumVerbs | Lists the verbs in a data source |
![]() |
Invoke | Invokes a verb on a data source. |
Top
.gif)