The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IQueryCondition Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides an internal interface definition for a QueryCondition.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| Name | Description | |
|---|---|---|
![]() | Conditions | Gets or sets a list of nested conditions. |
![]() | 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. |
![]() | GetPropertyValue(String^) | Returns the value of a given property, if it occurs in this query condition. |
![]() | Match(IUITechnologyElement^) | Returns a value that indicates whether the given element matches this query condition. |
![]() | ParameterizeProperty(String^, String^) | Parameterizes a property of this query condition. |
Do not implement this interface directly. Instead, use QueryCondition.
Show:

