UITechnologyManager.ParseQueryId(String, Object) 方法

定义

分析所提供的查询元素的字符串表示形式,并以 cookie 形式返回 query 元素的字符串表示形式。

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

参数

queryElement
String

对象的字符串表示形式 QueryElement

parsedQueryIdCookie
Object

(输出) 一个对象,该对象表示可稍后在、或等方法中使用的已分析的查询元素 Search(Object, IUITechnologyElement, Int32) MatchElement(IUITechnologyElement, Object, Boolean) GetChildren(IUITechnologyElement, Object)

返回

String

字符串形式的查询元素 cookie。

实现

适用于