ISolutionTreeFilterProvider.CreateFilter(IEnumerable) Method

Definition

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

public:
 Microsoft::VisualStudio::Shell::ISolutionTreeFilter ^ CreateFilter(System::Collections::IEnumerable ^ rootItems);
public Microsoft.VisualStudio.Shell.ISolutionTreeFilter CreateFilter (System.Collections.IEnumerable rootItems);
abstract member CreateFilter : System.Collections.IEnumerable -> Microsoft.VisualStudio.Shell.ISolutionTreeFilter
Public Function CreateFilter (rootItems As IEnumerable) As ISolutionTreeFilter

Parameters

rootItems
IEnumerable

The current collection of root items in the tree.

Returns

An ISolutionTreeFilter instance that can be applied to the tree to control which items are included in the tree's filtered subset.

Applies to