ISolutionTreeFilterProvider.CreateFilter(IEnumerable) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new filter for the given 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.