IVsHierarchyItemCollectionProvider Interface
Provides a read-only collection of hierarchy items that represent a subset of all hierarchy items under a specified hierarchy.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaración
<CLSCompliantAttribute(False)> _
Public Interface IVsHierarchyItemCollectionProvider
[CLSCompliantAttribute(false)]
public interface IVsHierarchyItemCollectionProvider
The IVsHierarchyItemCollectionProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetDescendantsAsync | ||
GetFilteredHierarchyItemsAsync |
Top