HierarchyTreeFilterProvider Class

Definition

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

public ref class HierarchyTreeFilterProvider abstract : Microsoft::VisualStudio::Shell::ISolutionTreeFilterProvider
[Windows::Foundation::Metadata::WebHostHidden]
public ref class HierarchyTreeFilterProvider abstract : Microsoft::VisualStudio::Shell::ISolutionTreeFilterProvider
[Windows::Foundation::Metadata::WebHostHidden]
class HierarchyTreeFilterProvider abstract : Microsoft::VisualStudio::Shell::ISolutionTreeFilterProvider
public abstract class HierarchyTreeFilterProvider : Microsoft.VisualStudio.Shell.ISolutionTreeFilterProvider
type HierarchyTreeFilterProvider = class
    interface ISolutionTreeFilterProvider
Public MustInherit Class HierarchyTreeFilterProvider
Implements 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