TaskDialogButtonCollection.InsertItem(Int32, TaskDialogButton) メソッド

定義

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

パラメーター

index
Int32

例外

itemnullです。

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

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

適用対象