QueryCondition Class
Provides an abstract base class for query conditions.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Microsoft.VisualStudio.TestTools.UITest.Extension::QueryCondition
Microsoft.VisualStudio.TestTools.UITest.Extension::AndCondition
Microsoft.VisualStudio.TestTools.UITest.Extension::FilterCondition
Microsoft.VisualStudio.TestTools.UITest.Extension::PropertyCondition
| Name | Description | |
|---|---|---|
![]() | QueryCondition() | Initializes a new instance of the QueryCondition class. |
![]() | QueryCondition(array<IQueryCondition^>^) | Initializes a new instance of the QueryCondition class by using the provided array of nested query conditions. |
| Name | Description | |
|---|---|---|
![]() | Conditions | Gets or sets an array of nested query conditions. |
![]() | ConditionsWrapper | Gets or sets the nested conditions for serialization. |
![]() | Name | Gets or sets the name of this query condition. |
| Name | Description | |
|---|---|---|
![]() | BindParameters(ValueMap^) | Binds parameters to properties in this query condition by using the given value map. |
![]() | Equals(Object^) | Returns a value that indicates whether the provided object is equal to this query condition.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Overrides Object::GetHashCode().) |
![]() | GetPropertyValue(String^) | Retrieves the value of the named property, if it exists. |
![]() | GetType() | (Inherited from Object.) |
![]() | Match(IUITechnologyElement^) | Returns a value that indicates whether the provided element matches the current query condition. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ParameterizeProperty(String^, String^) | Parameterizes the given property by using the given parameter name. |
![]() | ToString() | Returns a string representation of this condition.(Overrides Object::ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


