IUITechnologyManager.ParseQueryId(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parses the provided string representation of a query element and returns a string representation of the query element as a cookie.
public:
System::String ^ ParseQueryId(System::String ^ queryElement, [Runtime::InteropServices::Out] System::Object ^ % parsedQueryIdCookie);
[System.Runtime.InteropServices.DispId(16)]
public string ParseQueryId (string queryElement, out object parsedQueryIdCookie);
[<System.Runtime.InteropServices.DispId(16)>]
abstract member ParseQueryId : string * obj -> string
Public Function ParseQueryId (queryElement As String, ByRef parsedQueryIdCookie As Object) As String
Parameters
- queryElement
- String
A parsed query ID.
- parsedQueryIdCookie
- Object
An object that represents the parsed query element that must be used later.
Returns
The query element cookie as a string.
- Attributes