PropertyExpressionObservableCollection.AddRange Method (array<PropertyExpression )

Add a range of PropertyExpressions to the collection. If the property with same name already exists, then updates its value.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.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

.NET Framework Security

See Also

Reference

PropertyExpressionObservableCollection Class

AddRange Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace