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 以上です。

適用対象

こちらもご覧ください