Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.UITest.Extension.QueryCondition
    Microsoft.VisualStudio.TestTools.UITest.Extension.FilterCondition
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Class FilterCondition _
    Inherits QueryCondition
public class FilterCondition : QueryCondition
public ref class FilterCondition : public QueryCondition
type FilterCondition =  
    class 
        inherit QueryCondition 
    end
public class FilterCondition extends QueryCondition
The FilterCondition type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | FilterCondition() | Initializes a new instance of the FilterCondition class. | 
| .gif) | FilterCondition(array<IQueryCondition[]) | Initializes a new instance of the FilterCondition class by using the provided query conditions. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Conditions | Gets or sets an array of nested query conditions. (Inherited from QueryCondition.) | 
| .gif) | ConditionsWrapper | Gets or sets the nested conditions for serialization. (Inherited from QueryCondition.) | 
| .gif) | Name | Gets or sets the name of this query condition. (Inherited from QueryCondition.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | BindParameters | Binds parameters to properties in this query condition by using the given value map. (Inherited from QueryCondition.) | 
| .gif) | Equals | Returns a value that indicates whether the provided object is equal to this query condition. (Inherited from QueryCondition.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from QueryCondition.) | 
| .gif) | GetPropertyValue | Retrieves the value of the named property, if it exists. (Inherited from QueryCondition.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | Match | Returns a value that indicates whether the provided element matches the current filter condition. (Overrides QueryCondition.Match(IUITechnologyElement).) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ParameterizeProperty | Parameterizes the given property by using the given parameter name. (Inherited from QueryCondition.) | 
| .gif) .gif) | Parse | Returns an instance of the FilterCondition class by parsing the provided query element string. | 
| .gif) | ToString | Returns the current filter condition as a string. (Overrides QueryCondition.ToString().) | 
| .gif) .gif) | TryParse | Returns a value that indicates whether the provided query element string can be parsed into a FilterCondition. | 
Top
Fields
| Name | Description | |
|---|---|---|
| .gif) .gif) | ConditionDelimiter | Returns the delimiter to be positioned between conditions (","). | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.