PropertyExpressionCollection.AddRange Method

Definition

Overloads

AddRange(PropertyExpression[])

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

AddRange(PropertyExpressionCollection)

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

AddRange(PropertyExpression[])

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

public:
 void AddRange(... cli::array <Microsoft::VisualStudio::TestTools::UITesting::PropertyExpression ^> ^ propertyExpressions);
public void AddRange (params Microsoft.VisualStudio.TestTools.UITesting.PropertyExpression[] propertyExpressions);
member this.AddRange : Microsoft.VisualStudio.TestTools.UITesting.PropertyExpression[] -> unit
Public Sub AddRange (ParamArray propertyExpressions As PropertyExpression())

Parameters

propertyExpressions
PropertyExpression[]

A parameter array of property expression objects.

Applies to

AddRange(PropertyExpressionCollection)

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

public:
 void AddRange(Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionCollection ^ collectionToAdd);
public void AddRange (Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection collectionToAdd);
member this.AddRange : Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection -> unit
Public Sub AddRange (collectionToAdd As PropertyExpressionCollection)

Parameters

Applies to