Condividi tramite


Proprietà UIObject.QueryId

Ottiene o imposta l'ID query per questo oggetto.

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

Sintassi

'Dichiarazione
Public Property QueryId As QueryElement
public QueryElement QueryId { get; set; }
public:
property QueryElement^ QueryId {
    QueryElement^ get ();
    void set (QueryElement^ value);
}
member QueryId : QueryElement with get, set
function get QueryId () : QueryElement
function set QueryId (value : QueryElement)

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.QueryElement
L'identificazione di query

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UIObject Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common.UIMap