Udostępnij za pośrednictwem


Właściwość UIObject.QueryId —

Zwraca lub ustawia identyfikator kwerendy dla tego obiektu.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

'Deklaracja
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)

Wartość właściwości

Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.QueryElement
Identyfikator kwerendy.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

UIObject Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common.UIMap