Udostępnij za pośrednictwem


ISolutionTreeFilterProvider.IsFilteringSupported(IEnumerable) Metoda

Definicja

Określa, czy ten typ filtru jest obsługiwany, gdy dana kolekcja elementów znajduje się w katalogu głównym drzewa.

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

Parametry

rootItems
IEnumerable

Bieżąca kolekcja elementów głównych w drzewie.

Zwraca

Wartość True, jeśli filtr jest obsługiwany, w przeciwnym razie wartość false.

Dotyczy