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.

AndCondition::Parse Method (String^)

 

Parses the provided string into an AndCondition object.

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

public:
static AndCondition^ Parse(
	String^ queryElement
)

Parameters

queryElement
Type: System::String^

A string that contains an AND condition.

Exception Condition
ArgumentException

The provided queryElement cannot be parsed into an AndCondition.

Return to top
Show: