Share via


Metodo HierarchyTreeFilterProvider.IsFilteringSupported

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

Spazio dei nomi:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Public Overridable Function IsFilteringSupported ( _
    rootItems As IEnumerable _
) As Boolean
public virtual bool IsFilteringSupported(
    IEnumerable rootItems
)

Parametri

Valore restituito

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

Implementa

ISolutionTreeFilterProvider.IsFilteringSupported(IEnumerable)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

HierarchyTreeFilterProvider Classe

Spazio dei nomi Microsoft.VisualStudio.Shell