DesignerActionListCollection.AddRange Metoda

Definice

Přidá do aktuální kolekce dodanou DesignerActionList řadu objektů.

Přetížení

Name Description
AddRange(DesignerActionList[])

Přidá prvky zadaného DesignerActionList pole na konec aktuální kolekce.

AddRange(DesignerActionListCollection)

Přidá prvky zadané DesignerActionListCollection na konec aktuální kolekce.

AddRange(DesignerActionList[])

Zdroj:
DesignerActionListCollection.cs
Zdroj:
DesignerActionListCollection.cs
Zdroj:
DesignerActionListCollection.cs
Zdroj:
DesignerActionListCollection.cs
Zdroj:
DesignerActionListCollection.cs

Přidá prvky zadaného DesignerActionList pole na konec aktuální kolekce.

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(params System.ComponentModel.Design.DesignerActionList?[] value);
public void AddRange(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[]

Pole DesignerActionList objektů, které chcete přidat.

Výjimky

value je null.

Poznámky

Nové prvky se přidají na konec interního seznamu.

Po ověření value parametru AddRange metoda provede řadu volání Add metody pro individuální přidání každého prvku.

Viz také

Platí pro

AddRange(DesignerActionListCollection)

Zdroj:
DesignerActionListCollection.cs
Zdroj:
DesignerActionListCollection.cs
Zdroj:
DesignerActionListCollection.cs
Zdroj:
DesignerActionListCollection.cs
Zdroj:
DesignerActionListCollection.cs

Přidá prvky zadané DesignerActionListCollection na konec aktuální kolekce.

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

Výjimky

value je null.

Poznámky

Nové prvky se přidají na konec interního seznamu.

Po ověření value parametru AddRange metoda provede řadu volání Add metody pro individuální přidání každého prvku.

Viz také

Platí pro