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)
Syntax
'Declaration
Public Sub AddRange ( _
ParamArray propertyExpressions As PropertyExpression() _
)
public void AddRange(
params PropertyExpression[] propertyExpressions
)
public:
void AddRange(
... array<PropertyExpression^>^ propertyExpressions
)
member AddRange :
propertyExpressions:PropertyExpression[] -> unit
public function AddRange(
... propertyExpressions : PropertyExpression[]
)
Parameters
propertyExpressions
Type: array<Microsoft.VisualStudio.TestTools.UITesting.PropertyExpression[]A parameter array of property expression objects.
Remarks
If a given property expression occurs in the collection, it is updated.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.