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 的从零开始的索引。

value
DesignerActionItem

要插入的 DesignerActionItem

适用于