ISolutionTreeFilterProvider.IsFilteringSupported(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.
Determines whether or not this type of filter is supported when the given collection of items are at the root of the tree.
public:
 bool IsFilteringSupported(System::Collections::IEnumerable ^ rootItems);
	public bool IsFilteringSupported(System.Collections.IEnumerable rootItems);
	abstract member IsFilteringSupported : System.Collections.IEnumerable -> bool
	Public Function IsFilteringSupported (rootItems As IEnumerable) As Boolean
	Parameters
- rootItems
 - IEnumerable
 
The current collection of root items in the tree.
Returns
True if the filter is supported, otherwise false.