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.

IUITechnologyManager::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)

[DispIdAttribute(16)]
String^ ParseQueryId(
	String^ queryElement,
	[OutAttribute] Object^% parsedQueryIdCookie
)

Parameters

queryElement
Type: System::String^

A parsed query ID.

parsedQueryIdCookie
Type: System::Object^

An object that represents the parsed query element that must be used later.

Return Value

Type: System::String^

The query element cookie as a string.

Return to top
Show: