共用方式為


UITechnologyElement.QueryId 屬性

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

語法

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

屬性值

類型:Microsoft.VisualStudio.TestTools.UITest.Extension.IQueryElement

實作

IUITechnologyElement.QueryId

.NET Framework 安全性

請參閱

參考

UITechnologyElement 類別

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