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

適用対象