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.
PropertyExpressionCollection::Add Method
Adds a provided property expression to the collection.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| 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. |
Show:
