HierarchyTreeFilterProvider::CreateFilter Method ()

 

Creates a new filter for the given collection of root hierarchy items.

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

protected:
virtual HierarchyTreeFilterProvider::HierarchyTreeFilter^ CreateFilter() abstract

Return Value

Type: Microsoft.VisualStudio.Shell::HierarchyTreeFilterProvider::HierarchyTreeFilter^

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

Return to top
Show: