ListBox.IntegerCollection.IList.RemoveAt(Int32) 方法

定义

删除指定索引处的项。

 virtual void System.Collections.IList.RemoveAt(int index) = System::Collections::IList::RemoveAt;
void IList.RemoveAt(int index);
abstract member System.Collections.IList.RemoveAt : int -> unit
override this.System.Collections.IList.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList.RemoveAt

参数

index
Int32

要删除的项的索引。

实现

例外

总是抛出。

注解

此成员是显式接口成员实现。 仅当实例强制转换为ListBox.IntegerCollection接口时IList,才能使用它。

适用于