IEnumHierarchies Interface
Visual Studio 2015
Enumerator for projects in the solution. You can get an instance of the interface using the GetProjectEnum method of the IVsSolution and IVsSolution2 interfaces.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IEnumHierarchies) | Clones this IEnumHierarchies interface by creating another instance. |
![]() | Next(UInt32, IVsHierarchy[], UInt32) | Retrieves the next group of hierarchy interfaces (IVsHierarchy). |
![]() | Reset() | Return the enumerator to its initial state. |
![]() | Skip(UInt32) | Skip over a specified number of hierarchy interfaces. |
Show:
