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 | |
---|---|---|
EqualTo | Der Zielwert und der Eigenschaftswert sind gleich. | |
Contains | Der Eigenschaftswert enthält den Zielwert. |