PropertyDescriptorCollection 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 PropertyDescriptorCollection.
Overload
PropertyDescriptorCollection(PropertyDescriptor[]) |
Menginisialisasi instans baru kelas PropertyDescriptorCollection. |
PropertyDescriptorCollection(PropertyDescriptor[], Boolean) |
Menginisialisasi instans PropertyDescriptorCollection baru kelas , yang secara opsional baca-saja. |
PropertyDescriptorCollection(PropertyDescriptor[])
Menginisialisasi instans baru kelas PropertyDescriptorCollection.
public:
PropertyDescriptorCollection(cli::array <System::ComponentModel::PropertyDescriptor ^> ^ properties);
public PropertyDescriptorCollection (System.ComponentModel.PropertyDescriptor[] properties);
public PropertyDescriptorCollection (System.ComponentModel.PropertyDescriptor[]? properties);
new System.ComponentModel.PropertyDescriptorCollection : System.ComponentModel.PropertyDescriptor[] -> System.ComponentModel.PropertyDescriptorCollection
Public Sub New (properties As PropertyDescriptor())
Parameter
- properties
- PropertyDescriptor[]
Array jenis PropertyDescriptor yang menyediakan properti untuk koleksi ini.
Lihat juga
Berlaku untuk
PropertyDescriptorCollection(PropertyDescriptor[], Boolean)
Menginisialisasi instans PropertyDescriptorCollection baru kelas , yang secara opsional baca-saja.
public:
PropertyDescriptorCollection(cli::array <System::ComponentModel::PropertyDescriptor ^> ^ properties, bool readOnly);
public PropertyDescriptorCollection (System.ComponentModel.PropertyDescriptor[] properties, bool readOnly);
public PropertyDescriptorCollection (System.ComponentModel.PropertyDescriptor[]? properties, bool readOnly);
new System.ComponentModel.PropertyDescriptorCollection : System.ComponentModel.PropertyDescriptor[] * bool -> System.ComponentModel.PropertyDescriptorCollection
Public Sub New (properties As PropertyDescriptor(), readOnly As Boolean)
Parameter
- properties
- PropertyDescriptor[]
Array jenis PropertyDescriptor yang menyediakan properti untuk koleksi ini.
- readOnly
- Boolean
Jika true
, menentukan bahwa koleksi tidak dapat dimodifikasi.