Lezen in het Engels

Delen via


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

VB
'Declaration
Public Sub AddRange ( _
    ParamArray propertyExpressions As PropertyExpression() _
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

PropertyExpressionCollection Class

AddRange Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace