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.
AndCondition::Parse Method (String^)
Parses the provided string into an AndCondition object.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Parameters
- queryElement
-
Type:
System::String^
A string that contains an AND condition.
Return Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension::AndCondition^| Exception | Condition |
|---|---|
| ArgumentException | The provided queryElement cannot be parsed into an AndCondition. |
Show: