IEnumHierarchyItems Interface

Definition

Implemented by the environment to numerate hierarchy items.

public interface class IEnumHierarchyItems
public interface class IEnumHierarchyItems
__interface IEnumHierarchyItems
[System.Runtime.InteropServices.Guid("687396AE-252E-460F-8F54-EF2C521BB6D8")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumHierarchyItems
[System.Runtime.InteropServices.Guid("687396AE-252E-460F-8F54-EF2C521BB6D8")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumHierarchyItems
[<System.Runtime.InteropServices.Guid("687396AE-252E-460F-8F54-EF2C521BB6D8")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumHierarchyItems = interface
[<System.Runtime.InteropServices.Guid("687396AE-252E-460F-8F54-EF2C521BB6D8")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumHierarchyItems = interface
Public Interface IEnumHierarchyItems
Attributes

Notes to Callers

Retrieved by way of the SVsEnumHierarchyItemsFactory service.

Methods

Clone(IEnumHierarchyItems)

Clone an item.

Next(UInt32, VSITEMSELECTION[], UInt32)

Moves to the next item.

Reset()

Resets the hierarchy.

Skip(UInt32)

Skips an item.

Applies to