Freigeben über


PropertyExpressionCollection.Contains-Methode (PropertyExpression)

Bestimmt, ob die Auflistung das bereitgestellte Eigenschaftsausdruckobjekt enthält.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public Function Contains ( _
    item As PropertyExpression _
) As Boolean
public bool Contains(
    PropertyExpression item
)
public:
virtual bool Contains(
    PropertyExpression^ item
) sealed
abstract Contains : 
        item:PropertyExpression -> bool 
override Contains : 
        item:PropertyExpression -> bool 
public final function Contains(
    item : PropertyExpression
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true , wenn die Auflistung das bereitgestellte Eigenschaftsausdruckobjekt enthält, andernfalls false.

Implementiert

ICollection<T>.Contains(T)

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyExpressionCollection Klasse

Contains-Überladung

Microsoft.VisualStudio.TestTools.UITesting-Namespace

PropertyExpression