DesignerActionListCollection Konstruktor

Definisi

Menginisialisasi instans baru dari kelas DesignerActionListCollection.

Overload

Nama Deskripsi
DesignerActionListCollection()

Menginisialisasi instans DesignerActionListCollection baru kelas dengan pengaturan default.

DesignerActionListCollection(DesignerActionList[])

Menginisialisasi instans DesignerActionListCollection baru kelas dengan item panel yang ditentukan.

DesignerActionListCollection()

Sumber:
DesignerActionListCollection.cs
Sumber:
DesignerActionListCollection.cs
Sumber:
DesignerActionListCollection.cs
Sumber:
DesignerActionListCollection.cs
Sumber:
DesignerActionListCollection.cs

Menginisialisasi instans DesignerActionListCollection baru kelas dengan pengaturan default.

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

Keterangan

DesignerActionListCollection Konstruktor membuat koleksi kosong, berisi objek nolDesignerActionList.

Lihat juga

Berlaku untuk

DesignerActionListCollection(DesignerActionList[])

Sumber:
DesignerActionListCollection.cs
Sumber:
DesignerActionListCollection.cs
Sumber:
DesignerActionListCollection.cs
Sumber:
DesignerActionListCollection.cs
Sumber:
DesignerActionListCollection.cs

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

value adalah null.

Keterangan

DesignerActionListCollection Konstruktor membuat koleksi yang berisi objek yang disediakanDesignerActionList.

Lihat juga

Berlaku untuk