Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

NameDescription
System_CAPS_pubmethodAdd(PropertyExpression^)

Adds the provided property expression to the collection.

System_CAPS_pubmethodAdd(String^, String^)

Adds a property express to the collection by using the provided property name and property value.

System_CAPS_pubmethodAdd(String^, String^, PropertyExpressionOperator)

Adds a property expression by using the provided property name, value, and operator.

System_CAPS_pubmethodAdd(array<String^>^)

Adds a property expression to the collection for each pair in the provided array of name-value pairs.

Return to top
Show: