DesignerActionListCollection.AddRange Metoda

Definicja

Dodaje dostarczoną serię DesignerActionList obiektów do bieżącej kolekcji.

Przeciążenia

AddRange(DesignerActionList[])

Dodaje elementy dostarczonej DesignerActionList tablicy na końcu bieżącej kolekcji.

AddRange(DesignerActionListCollection)

Dodaje elementy dostarczone DesignerActionListCollection na końcu bieżącej kolekcji.

AddRange(DesignerActionList[])

Dodaje elementy dostarczonej DesignerActionList tablicy na końcu bieżącej kolekcji.

public:
 void AddRange(cli::array <System::ComponentModel::Design::DesignerActionList ^> ^ value);
public:
 void AddRange(... cli::array <System::ComponentModel::Design::DesignerActionList ^> ^ value);
public void AddRange (System.ComponentModel.Design.DesignerActionList[] value);
public void AddRange (System.ComponentModel.Design.DesignerActionList?[] value);
public void AddRange (params System.ComponentModel.Design.DesignerActionList?[] value);
member this.AddRange : System.ComponentModel.Design.DesignerActionList[] -> unit
Public Sub AddRange (value As DesignerActionList())
Public Sub AddRange (ParamArray value As DesignerActionList())

Parametry

value
DesignerActionList[]

Tablica obiektów do dodania DesignerActionList .

Wyjątki

value to null.

Uwagi

Nowe elementy są dodawane na końcu listy wewnętrznej.

Po zweryfikowaniu parametru value metoda tworzy serię wywołań metody w AddRange celu indywidualnego Add dodania każdego elementu.

Zobacz też

Dotyczy

AddRange(DesignerActionListCollection)

Dodaje elementy dostarczone DesignerActionListCollection na końcu bieżącej kolekcji.

public:
 void AddRange(System::ComponentModel::Design::DesignerActionListCollection ^ value);
public void AddRange (System.ComponentModel.Design.DesignerActionListCollection value);
member this.AddRange : System.ComponentModel.Design.DesignerActionListCollection -> unit
Public Sub AddRange (value As DesignerActionListCollection)

Parametry

Wyjątki

value to null.

Uwagi

Nowe elementy są dodawane na końcu listy wewnętrznej.

Po zweryfikowaniu parametru value metoda tworzy serię wywołań metody w AddRange celu indywidualnego Add dodania każdego elementu.

Zobacz też

Dotyczy