QueryElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a base class for a query in the user interface (UI) test environment.
public ref class QueryElement : Microsoft::VisualStudio::TestTools::UITest::Extension::IQueryElement
public class QueryElement : Microsoft.VisualStudio.TestTools.UITest.Extension.IQueryElement
type QueryElement = class
interface IQueryElement
Public Class QueryElement
Implements IQueryElement
- Inheritance
-
QueryElement
- Implements
Constructors
QueryElement() |
Initializes a new instance of the QueryElement class. |
Properties
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. |
Methods
Equals(Object) |
Returns a value that indicates whether the provided object is equal to this query element. |
GetHashCode() |