This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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)
Syntax
'Declaration
Function ParseQueryId ( _
    queryElement As String, _
    <OutAttribute> ByRef parsedQueryIdCookie As Object _
) As String
string ParseQueryId(
    string queryElement,
    out Object parsedQueryIdCookie
)
String^ ParseQueryId(
    String^ queryElement, 
    [OutAttribute] Object^% parsedQueryIdCookie
)
abstract ParseQueryId : 
        queryElement:string * 
        parsedQueryIdCookie:Object byref -> string
function ParseQueryId(
    queryElement : String, 
    parsedQueryIdCookie : Object
) : String
Parameters
- queryElement 
 Type: String- A parsed query ID. 
- parsedQueryIdCookie 
 Type: Object%- An object that represents the parsed query element that must be used later. 
Return Value
Type: String
The query element cookie as a string.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.