PropertyExpressionCollection.AddRange Method

Include Protected Members
Include Inherited Members

Adds a range of the provided property expressions to the current collection.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method AddRange(array<PropertyExpression[]) Adds all property expressions in the provided parameter array to the current collection.
Public method AddRange(PropertyExpressionCollection) Adds all property expressions in the provided collection to the current collection.

Top

Remarks

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

See Also

Reference

PropertyExpressionCollection Class

Microsoft.VisualStudio.TestTools.UITesting Namespace