Share via


PropertyValueCollection.Contains(Object) Méthode

Définition

Détermine si l'objet PropertyValueCollection spécifié se trouve dans cette collection.

public:
 bool Contains(System::Object ^ value);
public bool Contains (object value);
public bool Contains (object? value);
member this.Contains : obj -> bool
Public Function Contains (value As Object) As Boolean

Paramètres

value
Object

Objet PropertyValueCollection à rechercher dans cette collection.

Retours

true si la propriété spécifiée appartient à cette collection ; sinon, false.

S’applique à