ISolutionTreeFilterProvider Interface

Definition

Factory used to create an ISolutionTreeFilter. ISolutionTreeFilter provides a list of included items that should be placed in the tree.

public interface class ISolutionTreeFilterProvider
public interface class ISolutionTreeFilterProvider
__interface ISolutionTreeFilterProvider
public interface ISolutionTreeFilterProvider
type ISolutionTreeFilterProvider = interface
Public Interface ISolutionTreeFilterProvider
Derived

Methods

CreateFilter(IEnumerable)

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

IsFilteringSupported(IEnumerable)

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

Applies to