Sdílet prostřednictvím


IUITechnologyElement.QueryId – vlastnost

Získá identifikátor objektu, který slouží k jednoznačné identifikaci a vyhledání tohoto prvku.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Extension
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Extension (v Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.IQueryElement
Identifikátor dotazu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IUITechnologyElement Rozhraní

Microsoft.VisualStudio.TestTools.UITest.Extension – obor názvů

IQueryElement