ISolutionTreeFilterProvider::CreateFilter Method (IEnumerable^)
Visual Studio 2015
Creates a new filter for the specified collection of root items.
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Parameters
- rootItems
-
Type:
System.Collections::IEnumerable^
The current collection of root items in the tree.
Return Value
Type: Microsoft.VisualStudio.Shell::ISolutionTreeFilter^An ISolutionTreeFilter instance that can be applied to the tree to control which items are included in the tree's filtered subset.
Show: