DesignerActionItemCollection.Insert(Int32, DesignerActionItem) メソッド

定義

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

public:
 void Insert(int index, System::ComponentModel::Design::DesignerActionItem ^ value);
public void Insert (int index, System.ComponentModel.Design.DesignerActionItem value);
member this.Insert : int * System.ComponentModel.Design.DesignerActionItem -> unit
Public Sub Insert (index As Integer, value As DesignerActionItem)

パラメーター

index
Int32

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

value
DesignerActionItem

挿入する DesignerActionItem

適用対象