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.

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

 

Parses the query element string and returns the parsedQueryIdCookie that will be used during Search() or MatchElement() or GetChildren() call for either searching or matching or obtaining children that has the same query string.

EXT-PROTO1-NOTES: This is required so that the plugin part of the QID is correctly parsed and playback engine later calls into the plugin's MatchElement() again with that plugin part of QID.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

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

Parameters

queryElement
Type: System::String^

The query element string to parse.

parsedQueryIdCookie
Type: System::Object^

The cookie of the parsed QueryId that will be used later.

Return Value

Type: System::String^

The remaining part of query element string that is not supported by this technology manager. The framework may support the remaining part.

Return to top
Show: