PropertyDescriptorCollection Konstruktor

Definisi

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[])

Sumber:
PropertyDescriptorCollection.cs
Sumber:
PropertyDescriptorCollection.cs
Sumber:
PropertyDescriptorCollection.cs

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)

Sumber:
PropertyDescriptorCollection.cs
Sumber:
PropertyDescriptorCollection.cs
Sumber:
PropertyDescriptorCollection.cs

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.

Lihat juga

Berlaku untuk