Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Provides operators for PropertyExpression objects.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Enumeration PropertyConditionOperator
public enum PropertyConditionOperator
public enum class PropertyConditionOperator
type PropertyConditionOperator
public enum PropertyConditionOperator
Members
| Member name | Description | |
|---|---|---|
| Contains | The property value contains the target. | |
| EqualTo | The target and the property value are equal. |