TreeNodeCollection.IList.Contains(Object) 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 le nœud d'arbre spécifié est un membre de la collection.
virtual bool System.Collections.IList.Contains(System::Object ^ node) = System::Collections::IList::Contains;
bool IList.Contains (object node);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (node As Object) As Boolean Implements IList.Contains
Paramètres
- node
- Object
Objet à rechercher dans la collection.
Retours
true
si node
est un membre de la collection ; sinon, false
.
Implémente
Remarques
Si node
ce n’est pas le TreeNodecas, la IList.Contains méthode retourne false
. Par conséquent, vous ne pouvez pas passer une chaîne pour déterminer si la collection contient un nœud qui a la valeur de la chaîne comme Text propriété.