BatchedObservableCollection<T>.RemoveRange Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.MVVM
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Sub RemoveRange ( _
    index As Integer, _
    count As Integer _
)
public void RemoveRange(
    int index,
    int count
)
public:
void RemoveRange(
    int index, 
    int count
)
member RemoveRange : 
        index:int * 
        count:int -> unit
public function RemoveRange(
    index : int, 
    count : int
)

Parameters

.NET Framework Security

See Also

Reference

BatchedObservableCollection<T> Class

Microsoft.TeamFoundation.MVVM Namespace