Partager via


ComplexPropertyCollection<TComplexProperty>.Contains Méthode

Définition

Détermine si une propriété spécifique se trouve dans la collection.

public:
 bool Contains(TComplexProperty complexProperty);
public bool Contains (TComplexProperty complexProperty);
Public Function Contains (complexProperty As TComplexProperty) As Boolean

Paramètres

complexProperty
TComplexProperty

Propriété à localiser dans la collection.

Retours

True si la propriété a été trouvée dans la collection ; sinon, false.

S’applique à