Share via


HierarchyTreeFilterProvider Class

Definition

Base class which implements some of the boilerplate parts of an ISolutionTreeFilterProvider.

[Windows::Foundation::Metadata::WebHostHidden]
public ref class HierarchyTreeFilterProvider abstract : Microsoft::VisualStudio::Shell::ISolutionTreeFilterProvider
Inheritance
HierarchyTreeFilterProvider
Implements

Constructors

HierarchyTreeFilterProvider()

Initializes a new instance of the HierarchyTreeFilterProvider class.

Methods

CreateFilter()

Creates a new filter for the given collection of root hierarchy items.

CreateFilter(IEnumerable)

Creates a new filter for the given collection of root items.

IsFilteringSupported(IEnumerable)

Determines whether or not this type of filter is supported when the given collection of items are at the root of the tree.

Applies to