Condividi tramite


Proprietà IUITechnologyElement.QueryId

Ottiene un oggetto identifier che può essere utilizzato per identificare in modo univoco e trovare l'elemento.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.IQueryElement
l'identificatore di query.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IUITechnologyElement Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Extension

IQueryElement