IEditableCollectionView::RemoveAt Method (Int32)
.NET Framework (current version)
Removes the item at the specified position from the collection.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- index
-
Type:
System::Int32
The position of the item to remove.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than 0 or greater than the number of items in the collection view. |
index is relative to the collection view, not the collection. For example, if the collection has 10 items and the view has a Filter so that 7 items appear, the valid values of index are 0 through 6.
.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.1
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.1
Show: