IVsUIEnumDataSourceVerbs Interface
Visual Studio 2015
Manages an enumeration of verbs for a Visual Studio user interface data source.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IVsUIEnumDataSourceVerbs) | Returns a copy of the enumeration. |
![]() | Next(UInt32, String[], UInt32) | Returns a number of items from the enumeration. |
![]() | Reset() | Resets the enumeration to the first item. |
![]() | Skip(UInt32) | Skip over a number of items. |
Show:
