TaskDialogRadioButtonCollection.SetItem(Int32, TaskDialogRadioButton) メソッド

定義

指定したインデックス位置にある要素を置き換えます。

protected:
 override void SetItem(int index, System::Windows::Forms::TaskDialogRadioButton ^ item);
protected override void SetItem (int index, System.Windows.Forms.TaskDialogRadioButton item);
override this.SetItem : int * System.Windows.Forms.TaskDialogRadioButton -> unit
Protected Overrides Sub SetItem (index As Integer, item As TaskDialogRadioButton)

パラメーター

index
Int32

置き換える要素の 0 から始まるインデックス番号。

item
TaskDialogRadioButton

指定したインデックス位置に存在する要素の新しい値。 参照型の場合は null の値を使用できます。

例外

itemnullです。

item が既にコレクションに追加されています。

item は既に別のコレクションの一部になっています。

または

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

適用対象