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.
PropertyCondition::Parse Method (String^)
Creates a PropertyCondition by parsing the provided string.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Parameters
- queryElement
-
Type:
System::String^
The string to parse.
Return Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension::PropertyCondition^A PropertyCondition if the parse is successful; otherwise, null.
Show: