IEnumHierarchies Interface

 

Enumerator for projects in the solution. You can get an instance of the interface using the GetProjectEnum method of the IVsSolution and IVsSolution2 interfaces.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("BEC77711-2DF9-44D7-B478-A453C2E8A134")]
public interface IEnumHierarchies

NameDescription
System_CAPS_pubmethodClone(IEnumHierarchies)

Clones this IEnumHierarchies interface by creating another instance.

System_CAPS_pubmethodNext(UInt32, IVsHierarchy[], UInt32)

Retrieves the next group of hierarchy interfaces (IVsHierarchy).

System_CAPS_pubmethodReset()

Return the enumerator to its initial state.

System_CAPS_pubmethodSkip(UInt32)

Skip over a specified number of hierarchy interfaces.

Return to top
Show: