IEnumHierarchies Members
Include Protected Members
Include Inherited Members
Enumerator for projects in the solution. You can get an instance of the interface using the GetProjectEnum method of the IVsSolution and IVsSolution2 interfaces.
The IEnumHierarchies type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone | Clones this IEnumHierarchies interface by creating another instance. | |
Next | Retrieves the next group of hierarchy interfaces (IVsHierarchy). | |
Reset | Return the enumerator to its initial state. | |
Skip | Skip over a specified number of hierarchy interfaces. |
Top