ImageList.ImageCollection.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

要移除的图像的索引。

实现

例外

无法移除图像。

索引值小于 0。

- 或 -

索引值大于或等于图像的 Count

适用于

另请参阅