QueryElement Class
Provides a base class for a query in the user interface (UI) test environment.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| Name | Description | |
|---|---|---|
![]() | QueryElement() | Initializes a new instance of the QueryElement class. |
| Name | Description | |
|---|---|---|
![]() | Ancestor | Gets or sets the UI element that is the ancestor of this query element. |
![]() | Condition | Gets or sets the query condition for this query element. |
![]() | SearchConfigurations | Gets or sets a list of attributes and values that are used to search. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Returns a value that indicates whether the provided object is equal to this query element.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


