Bagikan melalui


DesignerActionListCollection Konstruktor

Definisi

Menginisialisasi instans baru kelas DesignerActionListCollection.

Overload

DesignerActionListCollection()

Menginisialisasi instans DesignerActionListCollection baru kelas dengan pengaturan default.

DesignerActionListCollection(DesignerActionList[])

Menginisialisasi instans DesignerActionListCollection baru kelas dengan item panel yang ditentukan.

DesignerActionListCollection()

Menginisialisasi instans DesignerActionListCollection baru kelas dengan pengaturan default.

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

Keterangan

Konstruktor DesignerActionListCollection membuat koleksi kosong, yang berisi objek nol DesignerActionList .

Lihat juga

Berlaku untuk

DesignerActionListCollection(DesignerActionList[])

Menginisialisasi instans DesignerActionListCollection baru kelas dengan item panel yang ditentukan.

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())

Parameter

value
DesignerActionList[]

Array DesignerActionList objek untuk mengisi koleksi.

Pengecualian

valueadalah null.

Keterangan

DesignerActionListCollection Konstruktor membuat koleksi yang berisi objek yang disediakanDesignerActionList.

Lihat juga

Berlaku untuk