Partager via


PropertyExpressionObservableCollection.Contains, méthode (PropertyExpression)

Vérifie si PropertyExpression avec le même nom, valeur et opérateur est présent dans la collection

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting
Assembly :  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (dans Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntaxe

'Déclaration
Public Function Contains ( _
    item As PropertyExpression _
) As Boolean
public bool Contains(
    PropertyExpression item
)
public:
bool Contains(
    PropertyExpression^ item
)
member Contains : 
        item:PropertyExpression -> bool
public function Contains(
    item : PropertyExpression
) : boolean

Paramètres

Valeur de retour

Type : Boolean
True si présent.

Sécurité .NET Framework

Voir aussi

Référence

PropertyExpressionObservableCollection Classe

Contains, surcharge

Microsoft.VisualStudio.TestTools.UITesting, espace de noms