BindingListCollectionView.RemoveAt(Int32) 方法

定义

从集合中删除指定位置的项。

public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

参数

index
Int32

要移除的项的从零开始的索引。

实现

例外

index 小于 0 或大于集合视图中的项数。

注解

index 相对于集合视图,而不是集合。 例如,如果集合有 10 个项,而视图有 一个 Filter ,以便显示 7 个项,则 的有效值为 index 0 到 6。

适用于

另请参阅