IEditableCollectionView.RemoveAt Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Removes the item at the specified position from the collection.

Namespace:  System.ComponentModel
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Sub RemoveAt ( _
    index As Integer _
)
void RemoveAt(
    int index
)

Parameters

Remarks

index is relative to the collection view, not the collection. For example, if the collection has 10 items and the view has a Filter applied so that 7 items appear, the valid values of index are 0 through 6.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

IEditableCollectionView Interface

System.ComponentModel Namespace

CanRemove