IVsHierarchyItemCollectionProvider Interface
Visual Studio 2015
Provides a read-only collection of hierarchy items that represent a subset of all hierarchy items under a specified hierarchy.
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetDescendantsAsync(IVsHierarchy, CancellationToken) | Asynchronously gets a flat list of hierarchy items that exist within the specified hierarchy. |
![]() | GetFilteredHierarchyItemsAsync(IReadOnlyObservableSet<IVsHierarchyItem>, Predicate<IVsHierarchyItem>, CancellationToken, Int32[]) | Asynchronously gets a filtered set of hierarchy items from the specified hierarchy item set. |
Show:
