TaskDialogButtonCollection.RemoveItem(Int32) メソッド

定義

Collection<T>の指定したインデックス位置にある要素を削除します。

protected:
 override void RemoveItem(int index);
protected override void RemoveItem(int index);
override this.RemoveItem : int -> unit
Protected Overrides Sub RemoveItem (index As Integer)

パラメーター

index
Int32

削除する要素の 0 から始まるインデックス。

例外

このコレクションは現在、タスク ダイアログにバインドされています。

適用対象