DesignerActionListCollection Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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
- AddRange(DesignerActionList[])
- Perintah Designer dan Model Objek DesignerAction untuk Formulir Windows
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
value
adalah null
.
Keterangan
DesignerActionListCollection Konstruktor membuat koleksi yang berisi objek yang disediakanDesignerActionList.
Lihat juga
- AddRange(DesignerActionList[])
- Perintah Designer dan Model Objek DesignerAction untuk Formulir Windows