DesignerActionListCollection.AddRange Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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ż
- Add(DesignerActionList)
- DesignerActionListCollection(DesignerActionList[])
- Polecenia projektanta i modelu obiektów DesignerAction formularzy systemu Windows
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
Element do dodania DesignerActionListCollection .
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ż
- Add(DesignerActionList)
- Polecenia projektanta i modelu obiektów DesignerAction formularzy systemu Windows