AndCondition Class
Visual Studio 2010
Represents an AND condition for a query.
System::Object
Microsoft.VisualStudio.TestTools.UITest.Extension::QueryCondition
Microsoft.VisualStudio.TestTools.UITest.Extension::AndCondition
Microsoft.VisualStudio.TestTools.UITest.Extension::QueryCondition
Microsoft.VisualStudio.TestTools.UITest.Extension::AndCondition
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
The AndCondition type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AndCondition() | Initializes a new instance of the AndCondition class. |
![]() | AndCondition(array<IQueryCondition>) | Initializes a new instance of the AndCondition class by using the provided 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 | Binds parameters to properties in this query condition by using the given value map. (Inherited from QueryCondition.) |
![]() | Equals | Returns a value that indicates whether the provided object is equal to this query condition. (Inherited from QueryCondition.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from QueryCondition.) |
![]() | GetPropertyValue | Retrieves the value of the named property, if it exists. (Inherited from QueryCondition.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Match | Determines whether the provided element matches this condition. (Overrides QueryCondition::Match(IUITechnologyElement).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ParameterizeProperty | Parameterizes the given property by using the given parameter name. (Inherited from QueryCondition.) |
![]() ![]() | Parse | Parses the provided string into an AndCondition object. |
![]() | ToString | Returns a string representation of this AND condition. (Overrides QueryCondition::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | ConditionDelimiter | Returns "&&", which is used to separate nested conditions in the AND condition. |
