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.
FilterCondition::Parse Method (String^)
Returns an instance of the FilterCondition class by parsing the provided query element string.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Parameters
- queryElement
-
Type:
System::String^
A query element string.
Return Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension::FilterCondition^A FilterCondition if the string is successfully parsed; otherwise, null.
Show: