PropertyDescriptorCollection Constructeurs

Définition

Initialise une nouvelle instance de la classe PropertyDescriptorCollection.

Surcharges

Nom Description
PropertyDescriptorCollection(PropertyDescriptor[])

Initialise une nouvelle instance de la classe PropertyDescriptorCollection.

PropertyDescriptorCollection(PropertyDescriptor[], Boolean)

Initialise une nouvelle instance de la PropertyDescriptorCollection classe, qui est éventuellement en lecture seule.

PropertyDescriptorCollection(PropertyDescriptor[])

Initialise une nouvelle instance de la classe PropertyDescriptorCollection.

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())

Paramètres

properties
PropertyDescriptor[]

Tableau de type PropertyDescriptor qui fournit les propriétés de cette collection.

Voir aussi

S’applique à

PropertyDescriptorCollection(PropertyDescriptor[], Boolean)

Initialise une nouvelle instance de la PropertyDescriptorCollection classe, qui est éventuellement en lecture seule.

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)

Paramètres

properties
PropertyDescriptor[]

Tableau de type PropertyDescriptor qui fournit les propriétés de cette collection.

readOnly
Boolean

Si true, spécifie que la collection ne peut pas être modifiée.

Voir aussi

S’applique à