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::AddRange Method (array<PropertyExpression^>^)

 

Adds all property expressions in the provided parameter array to the current collection.

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

public:
void AddRange(
	... array<PropertyExpression^>^ propertyExpressions
)

Parameters

propertyExpressions
Type: array<Microsoft.VisualStudio.TestTools.UITesting::PropertyExpression^>^

A parameter array of property expression objects.

If a given property expression occurs in the collection, it is updated.

Return to top
Show: