PropertyExpressionCollection.AddRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- collectionToAdd
- PropertyExpressionCollection
A PropertyExpressionCollection object.