IEnumHierarchyItems Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |