DesignerActionItemCollection.Insert(Int32, DesignerActionItem) Methode

Definitie

Hiermee voegt u een element in de DesignerActionItemCollection opgegeven index in.

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)

Parameters

index
Int32

De op nul gebaseerde index waarop value moet worden ingevoegd.

value
DesignerActionItem

De DesignerActionItem te invoegen.

Van toepassing op