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.

FilterCondition::TryParse Method (String^, FilterCondition^)

 

Returns a value that indicates whether the provided query element string can be parsed into a FilterCondition.

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

public:
static bool TryParse(
	String^ queryElement,
	[OutAttribute] FilterCondition^% condition
)

Parameters

queryElement
Type: System::String^

A query element string.

condition
Type: Microsoft.VisualStudio.TestTools.UITest.Extension::FilterCondition^

(Output) A FilterCondition if the provided string can be parsed; otherwise, null.

Return Value

Type: System::Boolean

true if the provided query element string can be parsed; otherwise, false.

Return to top
Show: