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.

UITechnologyManager::ParseQueryId Method (String^, Object^)

 

Parses the provided string representation of a query element and returns a string representation of the query element as a cookie.

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

public:
virtual String^ ParseQueryId(
	String^ queryElement,
	[OutAttribute] Object^% parsedQueryIdCookie
) abstract

Parameters

queryElement
Type: System::String^

The string representation of a QueryElement object.

parsedQueryIdCookie
Type: System::Object^

(Output) An object that represents the parsed query element that can be used later in such methods as Search, MatchElement, or GetChildren.

Return Value

Type: System::String^

The query element cookie as a string.

Return to top
Show: