UITechnologyManager.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:
abstract System::String ^ ParseQueryId(System::String ^ queryElement, [Runtime::InteropServices::Out] System::Object ^ % parsedQueryIdCookie);
public abstract string ParseQueryId (string queryElement, out object parsedQueryIdCookie);
abstract member ParseQueryId : string * obj -> string
Public MustOverride Function ParseQueryId (queryElement As String, ByRef parsedQueryIdCookie As Object) As String
Parameters
- queryElement
- String
The string representation of a QueryElement object.
- parsedQueryIdCookie
- Object
(Output) An object that represents the parsed query element that can be used later in such methods as Search(Object, IUITechnologyElement, Int32), MatchElement(IUITechnologyElement, Object, Boolean), or GetChildren(IUITechnologyElement, Object).
Returns
The query element cookie as a string.