PropertyDescriptorCollection Konstruktory
Definicja
Inicjuje nowe wystąpienie klasy PropertyDescriptorCollection.Initializes a new instance of the PropertyDescriptorCollection class.
Przeciążenia
PropertyDescriptorCollection(PropertyDescriptor[]) |
Inicjuje nowe wystąpienie klasy PropertyDescriptorCollection.Initializes a new instance of the PropertyDescriptorCollection class. |
PropertyDescriptorCollection(PropertyDescriptor[], Boolean) |
Inicjuje nowe wystąpienie PropertyDescriptorCollection klasy, które jest opcjonalnie tylko do odczytu.Initializes a new instance of the PropertyDescriptorCollection class, which is optionally read-only. |
PropertyDescriptorCollection(PropertyDescriptor[])
Inicjuje nowe wystąpienie klasy PropertyDescriptorCollection.Initializes a new instance of the PropertyDescriptorCollection class.
public:
PropertyDescriptorCollection(cli::array <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())
Parametry
- properties
- PropertyDescriptor[]
Tablica typu PropertyDescriptor , która dostarcza właściwości dla tej kolekcji.An array of type PropertyDescriptor that provides the properties for this collection.
Zobacz też
Dotyczy
PropertyDescriptorCollection(PropertyDescriptor[], Boolean)
Inicjuje nowe wystąpienie PropertyDescriptorCollection klasy, które jest opcjonalnie tylko do odczytu.Initializes a new instance of the PropertyDescriptorCollection class, which is optionally read-only.
public:
PropertyDescriptorCollection(cli::array <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)
Parametry
- properties
- PropertyDescriptor[]
Tablica typu PropertyDescriptor , która dostarcza właściwości dla tej kolekcji.An array of type PropertyDescriptor that provides the properties for this collection.
- readOnly
- Boolean
Jeśli true
, określa, że nie można zmodyfikować kolekcji.If true
, specifies that the collection cannot be modified.