HierarchyTreeFilterProvider.IsFilteringSupported Method
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.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣言
Public Overridable Function IsFilteringSupported ( _
rootItems As IEnumerable _
) As Boolean
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.
Implements
ISolutionTreeFilterProvider.IsFilteringSupported(IEnumerable)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.