IVsHierarchyItemCollectionProvider Interface

 

Provides a read-only collection of hierarchy items that represent a subset of all hierarchy items under a specified hierarchy.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

[CLSCompliantAttribute(false)]
public interface IVsHierarchyItemCollectionProvider

NameDescription
System_CAPS_pubmethodGetDescendantsAsync(IVsHierarchy, CancellationToken)

Asynchronously gets a flat list of hierarchy items that exist within the specified hierarchy.

System_CAPS_pubmethodGetFilteredHierarchyItemsAsync(IReadOnlyObservableSet<IVsHierarchyItem>, Predicate<IVsHierarchyItem>, CancellationToken, Int32[])

Asynchronously gets a filtered set of hierarchy items from the specified hierarchy item set.

Return to top
Show: