Прочетете на английски Редактиране

Споделяне чрез


ItemCollection.RemoveAt(Int32) Method

Definition

Removes the item at the specified index of the collection or view.

C#
public void RemoveAt(int removeIndex);

Parameters

removeIndex
Int32

The zero-based index of the item to remove.

Implements

Exceptions

The ItemCollection is read-only because it is in ItemsSource mode or if DeferRefresh is in effect.

The index is out of range.

Remarks

When an item is removed from the collection, any remaining items with higher index values decrement their index by one as the size of the collection collapses.

Applies to

Продукт Версии
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10