UIObject.QueryId (Propiedad)

Obtiene o establece el identificador de la consulta para este objeto.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.QueryElement
El identificador de la consulta.

Seguridad de .NET Framework

Vea también

Referencia

UIObject Clase

Microsoft.VisualStudio.TestTools.UITest.Common.UIMap (Espacio de nombres)