Udostępnij za pośrednictwem


Klasa QueryElement

Zawiera klasa podstawowa dla kwerendy w środowisku testowym interfejsu użytkownika.

Hierarchia dziedziczenia

Object
  Microsoft.VisualStudio.TestTools.UITest.Extension.QueryElement

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

Składnia

'Deklaracja
Public Class QueryElement _
    Implements IQueryElement
public class QueryElement : IQueryElement
public ref class QueryElement : IQueryElement
type QueryElement =  
    class 
        interface IQueryElement 
    end
public class QueryElement implements IQueryElement

Typ QueryElement uwidacznia następujące elementy członkowskie.

Konstruktorzy

  Nazwa Opis
Metoda publiczna QueryElement Inicjuje nowe wystąpienie QueryElement klasy.

Początek

Właściwości

  Nazwa Opis
Właściwość publiczna Ancestor Zwraca lub ustawia element interfejsu użytkownika, który jest obiekt nadrzędny element tej kwerendy.
Właściwość publiczna Condition Zwraca lub ustawia stan kwerendy dla tego elementu kwerendy.
Właściwość publiczna SearchConfigurations Zwraca lub ustawia listę atrybutów i wartości, które są używane do wyszukiwania.

Początek

Metody

  Nazwa Opis
Metoda publiczna Equals Zwraca wartość, która wskazuje, czy podany obiekt jest równa element tej kwerendy. (Zastępuje Object.Equals(Object)).
Metoda chroniona Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object).
Metoda publiczna GetHashCode Serves as the default hash function. (Zastępuje Object.GetHashCode).
Metoda publiczna GetType Gets the Type of the current instance. (Odziedziczone z Object).
Metoda chroniona MemberwiseClone Creates a shallow copy of the current Object. (Odziedziczone z Object).
Metoda publiczna ToString Returns a string that represents the current object. (Odziedziczone z Object).

Początek

Bezpieczeństwo wątku

Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.

Zobacz też

Informacje

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension

IQueryElement