IEnumToolboxTabs Interface
Visual Studio 2015
Enumerator for the tabs in the Toolbox. You can get an instance of the interface using the EnumTabs method of the IVsToolbox and IVsToolbox2 interfaces.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IEnumToolboxTabs) | Clones this IEnumToolboxTabs interface by creating another instance. |
![]() | Next(UInt32, String[], UInt32) | Retrieves the next group of toolbox tabs. |
![]() | Reset() | Returns the enumerator to its initial state. |
![]() | Skip(UInt32) | Skip over a specified number of toolbox tabs. |
Show:
