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.
Manages an enumeration of verbs for a Visual Studio user interface data source.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("51C2FFFB-35FA-4AD2-81B1-11816C482AAA")> _
Public Interface IVsUIEnumDataSourceVerbs
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("51C2FFFB-35FA-4AD2-81B1-11816C482AAA")]
public interface IVsUIEnumDataSourceVerbs
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"51C2FFFB-35FA-4AD2-81B1-11816C482AAA")]
public interface class IVsUIEnumDataSourceVerbs
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("51C2FFFB-35FA-4AD2-81B1-11816C482AAA")>]
type IVsUIEnumDataSourceVerbs = interface end
public interface IVsUIEnumDataSourceVerbs
The IVsUIEnumDataSourceVerbs type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
Clone | Returns a copy of the enumeration. |
![]() |
Next | Returns a number of items from the enumeration. |
![]() |
Reset | Resets the enumeration to the first item. |
![]() |
Skip | Skip over a number of items. |
Top
.gif)