PropertyDescriptorCollection.Contains(PropertyDescriptor) Méthode

Définition

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.

S’applique à