Sdílet prostřednictvím


DesignerActionListCollection.Add(DesignerActionList) Metoda

Definice

Přidá zadaný DesignerActionList objekt do aktuální kolekce.

public:
 int Add(System::ComponentModel::Design::DesignerActionList ^ value);
public int Add (System.ComponentModel.Design.DesignerActionList value);
public int Add (System.ComponentModel.Design.DesignerActionList? value);
member this.Add : System.ComponentModel.Design.DesignerActionList -> int
Public Function Add (value As DesignerActionList) As Integer

Parametry

Návraty

Pozice, do které je nový prvek vložen do interního seznamu kolekce.

Poznámky

Nový prvek se přidá na konec interního seznamu.

Platí pro

Viz také