IEnumHierarchyItems Interface
Visual Studio 2015
Implemented by the environment to numerate hierarchy items.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IEnumHierarchyItems) | Clone an item. |
![]() | Next(UInt32, VSITEMSELECTION[], UInt32) | Moves to the next item. |
![]() | Reset() | Resets the hierarchy. |
![]() | Skip(UInt32) | Skips an item. |
Notes to Callers:
Retrieved by way of the SVsEnumHierarchyItemsFactory service.
Show:
