Freigeben über


PropertyExpressionOperator-Enumeration

Stellt einen Operator zum Erstellen von Eigenschaftsausdrücken dar.

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

Syntax

'Declaration
Public Enumeration PropertyExpressionOperator
public enum PropertyExpressionOperator
public enum class PropertyExpressionOperator
type PropertyExpressionOperator
public enum PropertyExpressionOperator

Member

Membername Beschreibung
Contains Der Eigenschaftswert enthält den Zielwert.
EqualTo Der Zielwert und der Eigenschaftswert sind gleich.

Siehe auch

Referenz

Microsoft.VisualStudio.TestTools.UITesting-Namespace

PropertyExpression