Compartilhar via


ISolutionTreeFilterProvider.IsFilteringSupported(IEnumerable) Método

Definição

Determina se esse tipo de filtro tem ou não suporte quando a coleção de itens fornecida está na raiz da árvore.

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

A coleção atual de itens raiz na árvore.

Retornos

True se houver suporte para o filtro; caso contrário, false.

Aplica-se a