共用方式為


IUITechnologyElement.QueryId 屬性

取得可用以唯一識別及尋找這個項目的識別碼物件。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Extension
組件:  Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

語法

'宣告
ReadOnly Property QueryId As IQueryElement
IQueryElement QueryId { get; }
property IQueryElement^ QueryId {
    IQueryElement^ get ();
}
abstract QueryId : IQueryElement with get
function get QueryId () : IQueryElement

屬性值

型別:Microsoft.VisualStudio.TestTools.UITest.Extension.IQueryElement
查詢識別碼。

.NET Framework 安全性

請參閱

參考

IUITechnologyElement 介面

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空間

IQueryElement