PropertyDescriptorCollection.Contains(PropertyDescriptor) Méthode

Définition

Retourne une valeur indiquant si la collection contient le PropertyDescriptor donné.

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

Objet PropertyDescriptor à rechercher dans la collection.

Retours

true si la collection contient le PropertyDescriptor donné ; sinon, false.

S’applique à