Share via


PropertyExpressionObservableCollection.AddRange Method (PropertyExpressionObservableCollection)

Add a range of PropertyExpressions from another 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 ( _
    collectionToAdd As PropertyExpressionObservableCollection _
)
public void AddRange(
    PropertyExpressionObservableCollection collectionToAdd
)
public:
void AddRange(
    PropertyExpressionObservableCollection^ collectionToAdd
)
member AddRange : 
        collectionToAdd:PropertyExpressionObservableCollection -> unit
public function AddRange(
    collectionToAdd : PropertyExpressionObservableCollection
)

Parameters

.NET Framework Security

See Also

Reference

PropertyExpressionObservableCollection Class

AddRange Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace