Share via


ISolutionTreeFilterProvider.IsFilteringSupported Method

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

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Syntax

'Declaration
Function IsFilteringSupported ( _
    rootItems As IEnumerable _
) As Boolean
bool IsFilteringSupported(
    IEnumerable rootItems
)
bool IsFilteringSupported(
    IEnumerable^ rootItems
)
abstract IsFilteringSupported : 
        rootItems:IEnumerable -> bool
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.

.NET Framework Security

See Also

Reference

ISolutionTreeFilterProvider Interface

Microsoft.VisualStudio.Shell Namespace