Information
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

 

Initializes a new instance of the PropertyExpression class.

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

NameDescription
System_CAPS_pubmethodPropertyExpression()

Initializes a new instance of the PropertyExpression class.

System_CAPS_pubmethodPropertyExpression(String^, String^)

Initializes a new instance of the PropertyExpression class by using the provided property name and value.

System_CAPS_pubmethodPropertyExpression(String^, String^, PropertyExpressionOperator)

Initializes a new instance of the PropertyExpression class by using the provided property name, value to search for, and property operator.

Return to top
Show: