DesignerActionListCollection.Add(DesignerActionList) Metoda

Definicja

Dodaje element dostarczony DesignerActionList do bieżącej kolekcji.

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

value
DesignerActionList

Element do dodania DesignerActionList .

Zwraca

Położenie, w którym nowy element jest wstawiany do wewnętrznej listy kolekcji.

Uwagi

Nowy element jest dodawany na końcu listy wewnętrznej.

Dotyczy

Zobacz też