HierarchyTreeFilterProvider::CreateFilter Method (IEnumerable^)

 

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

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
virtual ISolutionTreeFilter^ CreateFilter(
	IEnumerable^ rootItems
) sealed

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.

Return to top
Show: