The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PropertyExpression Constructor (String^, String^, PropertyExpressionOperator)
Initializes a new instance of the PropertyExpression class by using the provided property name, value to search for, and property operator.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
public:
PropertyExpression(
String^ propertyName,
String^ propertyValue,
PropertyExpressionOperator propertyOperator
)
Parameters
- propertyName
-
Type:
System::String^
The name of the property to search for.
- propertyValue
-
Type:
System::String^
A search value for the property.
- propertyOperator
-
Type:
Microsoft.VisualStudio.TestTools.UITesting::PropertyExpressionOperator
A PropertyExpressionOperator object.
Show: