Share via


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.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Overridable Function IsFilteringSupported ( _
    rootItems As IEnumerable _
) As Boolean
public virtual bool IsFilteringSupported(
    IEnumerable rootItems
)
public:
virtual bool IsFilteringSupported(
    IEnumerable^ rootItems
)
abstract IsFilteringSupported : 
        rootItems:IEnumerable -> bool  
override IsFilteringSupported : 
        rootItems:IEnumerable -> bool
public function IsFilteringSupported(
    rootItems : IEnumerable
) : boolean

Parameters

  • rootItems
    Type: IEnumerable

    The current collection of root items in the tree.

Return Value

Type: Boolean
true if the filter is supported, otherwise false.

Implements

ISolutionTreeFilterProvider.IsFilteringSupported(IEnumerable)

.NET Framework Security

See Also

Reference

HierarchyTreeFilterProvider Class

Microsoft.VisualStudio.Shell Namespace