Compartir a través de


ISolutionTreeFilterProvider.IsFilteringSupported(IEnumerable) Método

Definición

Determina si se admite o no este tipo de filtro cuando la colección de elementos especificada se encuentra en la raíz del árbol.

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

Parámetros

rootItems
IEnumerable

La colección actual de elementos raíz del árbol.

Devoluciones

True si se admite el filtro; de lo contrario, false.

Se aplica a