HierarchyTreeFilterProvider::IsFilteringSupported Method (IEnumerable^)

 

Determines whether this type of filter is supported when the specified collection of items is at the root of the tree.

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

public:
virtual bool IsFilteringSupported(
	IEnumerable^ rootItems
)

Parameters

rootItems
Type: System.Collections::IEnumerable^

The current collection of root items in the tree.

Return Value

Type: System::Boolean

true if the filter is supported, otherwise false.

Return to top
Show: