PropertyDescriptorCollection.Contains(PropertyDescriptor) 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.
Retourne si la collection contient le fichier donné PropertyDescriptor.
public:
bool Contains(System::ComponentModel::PropertyDescriptor ^ value);
public bool Contains(System.ComponentModel.PropertyDescriptor value);
member this.Contains : System.ComponentModel.PropertyDescriptor -> bool
Public Function Contains (value As PropertyDescriptor) As Boolean
Paramètres
- value
- PropertyDescriptor
À PropertyDescriptor rechercher dans la collection.
Retours
true si la collection contient l’élément donné PropertyDescriptor; sinon, false.