IEnumHierarchyItems Interface

 

Implemented by the environment to numerate hierarchy items.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("687396AE-252E-460F-8F54-EF2C521BB6D8")]
public interface IEnumHierarchyItems

NameDescription
System_CAPS_pubmethodClone(IEnumHierarchyItems)

Clone an item.

System_CAPS_pubmethodNext(UInt32, VSITEMSELECTION[], UInt32)

Moves to the next item.

System_CAPS_pubmethodReset()

Resets the hierarchy.

System_CAPS_pubmethodSkip(UInt32)

Skips an item.

Notes to Callers:

Retrieved by way of the SVsEnumHierarchyItemsFactory service.

Return to top
Show: