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




