ISolutionTreeFilterProvider.IsFilteringSupported(IEnumerable) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si ce type de filtre est pris en charge lorsque la collection d’éléments donnée se trouve à la racine de l’arborescence.
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
Paramètres
- rootItems
- IEnumerable
Collection actuelle d'éléments racines dans l'arborescence.
Retours
True si le filtre est pris en charge, sinon false.