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::AddRange Method (PropertyExpressionCollection^)
Adds all property expressions in the provided collection to the current collection.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Parameters
- collectionToAdd
-
Type:
Microsoft.VisualStudio.TestTools.UITesting::PropertyExpressionCollection^
A PropertyExpressionCollection object.
If a given property expression occurs in the collection, it is updated.
Show: