Share via


DesignerActionListCollection Konstruktory

Definice

Inicializuje novou instanci DesignerActionListCollection třídy .

Přetížení

DesignerActionListCollection()

Inicializuje novou instanci DesignerActionListCollection třídy s výchozím nastavením.

DesignerActionListCollection(DesignerActionList[])

Inicializuje novou instanci DesignerActionListCollection třídy se zadanými položkami panelu.

DesignerActionListCollection()

Inicializuje novou instanci DesignerActionListCollection třídy s výchozím nastavením.

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

Poznámky

Konstruktor DesignerActionListCollection vytvoří prázdnou kolekci obsahující nula DesignerActionList objektů.

Viz také

Platí pro

DesignerActionListCollection(DesignerActionList[])

Inicializuje novou instanci DesignerActionListCollection třídy se zadanými položkami 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[]

Pole DesignerActionList objektů pro naplnění kolekce.

Výjimky

value je null.

Poznámky

Konstruktor DesignerActionListCollection vytvoří kolekci, která obsahuje zadané DesignerActionList objekty.

Viz také

Platí pro