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 插入的。

适用于