PropertyExpressionCollection Class
Represents a collection of PropertyExpression objects.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
System.Collections::CollectionBase
Microsoft.VisualStudio.TestTools.UITesting::PropertyExpressionCollection
| Name | Description | |
|---|---|---|
![]() | PropertyExpressionCollection() | Initializes a new instance of the PropertyExpressionCollection class. |
| Name | Description | |
|---|---|---|
![]() | Capacity | (Inherited from CollectionBase.) |
![]() | Count | (Inherited from CollectionBase.) |
![]() | IsReadOnly | Returns a value that indicates whether this instance is read-only. |
![]() | Item[String^] | Returns the property expression that corresponds to the provided property name. |
| Name | Description | |
|---|---|---|
![]() | Add(PropertyExpression^) | Adds the provided property expression to the collection. |
![]() | Add(String^, String^) | Adds a property express to the collection by using the provided property name and property value. |
![]() | Add(String^, String^, PropertyExpressionOperator) | Adds a property expression by using the provided property name, value, and operator. |
![]() | Add(array<String^>^) | Adds a property expression to the collection for each pair in the provided array of name-value pairs. |
![]() | AddRange(array<PropertyExpression^>^) | Adds all property expressions in the provided parameter array to the current collection. |
![]() | AddRange(PropertyExpressionCollection^) | Adds all property expressions in the provided collection to the current collection. |
![]() | Clear() | (Inherited from CollectionBase.) |
![]() | Clone() | Returns a copy of the current collection. |
![]() | Contains(PropertyExpression^) | Determines whether the collection contains the provided property expression object. |
![]() | Contains(String^) | Determines whether the collection contains the provided property expression object. |
![]() | CopyTo(array<PropertyExpression^>^, Int32) | Copies the provided array of property expressions, starting at the specified index into the collection. |
![]() | Equals(Object^) | Determines whether the provided object is equal to the current instance.(Overrides Object::Equals(Object^).) |
![]() | Find(String^) | Returns a property expression object that has a property name that matches the provided property name. |
![]() | GetEnumerator() | |
![]() | GetHashCode() | (Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | Remove(PropertyExpression^) | Removes the provided property expression from the collection. |
![]() | Remove(String^) | Removes the specified property expression from the collection. |
![]() | RemoveAt(Int32) | (Inherited from CollectionBase.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | Occurs when an item of the collection is added, removed, or modified. |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Add(Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Contains(Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::IndexOf(Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Insert(Int32, Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Remove(Object^) | (Inherited from CollectionBase.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




