TaskDialogRadioButtonCollection.InsertItem メソッド

定義

Collection<T> 内の指定したインデックスの位置に要素を挿入します。

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

パラメーター

index
Int32

item を挿入する位置の、0 から始まるインデックス。

item
TaskDialogRadioButton

挿入するオブジェクト。 参照型の場合は null の値を使用できます。

例外

itemnullです。

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

item は既に別のコレクションの一部になっています。 または、現在、このコントロールはタスク ダイアログにバインドされています。

適用対象