TreeNodeBindingCollection.Contains(TreeNodeBinding) 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 l'objet TreeNodeBinding spécifié se trouve dans la collection.
public:
bool Contains(System::Web::UI::WebControls::TreeNodeBinding ^ binding);
public bool Contains (System.Web.UI.WebControls.TreeNodeBinding binding);
member this.Contains : System.Web.UI.WebControls.TreeNodeBinding -> bool
Public Function Contains (binding As TreeNodeBinding) As Boolean
Paramètres
- binding
- TreeNodeBinding
TreeNodeBinding à rechercher.
Retours
true
si le TreeNodeBinding se trouve dans la collection ; sinon, false
.
Remarques
Utilisez la Contains méthode pour déterminer si un TreeNodeBinding objet est contenu dans l’objet TreeNodeBindingCollection . Cette méthode est couramment utilisée pour tester l’existence d’un TreeNodeBinding objet avant d’effectuer une tâche, telle que l’ajout ou la suppression d’un TreeNodeBinding objet de la collection.