DesignerActionListCollection Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy DesignerActionListCollection.

Przeciążenia

DesignerActionListCollection()

Inicjuje DesignerActionListCollection nowe wystąpienie klasy z ustawieniami domyślnymi.

DesignerActionListCollection(DesignerActionList[])

Inicjuje DesignerActionListCollection nowe wystąpienie klasy z określonymi elementami panelu.

DesignerActionListCollection()

Inicjuje DesignerActionListCollection nowe wystąpienie klasy z ustawieniami domyślnymi.

public:
 DesignerActionListCollection();
public DesignerActionListCollection ();
Public Sub New ()

Uwagi

Konstruktor DesignerActionListCollection tworzy pustą kolekcję zawierającą zero DesignerActionList obiektów.

Zobacz też

Dotyczy

DesignerActionListCollection(DesignerActionList[])

Inicjuje DesignerActionListCollection nowe wystąpienie klasy z określonymi elementami panelu.

public:
 DesignerActionListCollection(cli::array <System::ComponentModel::Design::DesignerActionList ^> ^ value);
public DesignerActionListCollection (System.ComponentModel.Design.DesignerActionList[] value);
public DesignerActionListCollection (System.ComponentModel.Design.DesignerActionList?[] value);
new System.ComponentModel.Design.DesignerActionListCollection : System.ComponentModel.Design.DesignerActionList[] -> System.ComponentModel.Design.DesignerActionListCollection
Public Sub New (value As DesignerActionList())

Parametry

value
DesignerActionList[]

Tablica DesignerActionList obiektów do wypełnienia kolekcji.

Wyjątki

value to null.

Uwagi

Konstruktor DesignerActionListCollection tworzy kolekcję zawierającą podane DesignerActionList obiekty.

Zobacz też

Dotyczy