Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Implemented by the environment to numerate hierarchy items.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("687396AE-252E-460F-8F54-EF2C521BB6D8")> _
Public Interface IEnumHierarchyItems
[InterfaceTypeAttribute()]
[GuidAttribute("687396AE-252E-460F-8F54-EF2C521BB6D8")]
public interface IEnumHierarchyItems
[InterfaceTypeAttribute()]
[GuidAttribute(L"687396AE-252E-460F-8F54-EF2C521BB6D8")]
public interface class IEnumHierarchyItems
[<InterfaceTypeAttribute()>]
[<GuidAttribute("687396AE-252E-460F-8F54-EF2C521BB6D8")>]
type IEnumHierarchyItems = interface end
public interface IEnumHierarchyItems
The IEnumHierarchyItems type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
Clone | Clone an item. |
![]() |
Next | Moves to the next item. |
![]() |
Reset | Resets the hierarchy. |
![]() |
Skip | Skips an item. |
Top
Remarks
Notes to Callers
Retrieved by way of the SVsEnumHierarchyItemsFactory service.
.gif)