ISolutionTreeFilterProvider Interface

 

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

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

public interface ISolutionTreeFilterProvider

NameDescription
System_CAPS_pubmethodCreateFilter(IEnumerable)

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

System_CAPS_pubmethodIsFilteringSupported(IEnumerable)

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

Return to top
Show: