PropertyDescriptorCollection Constructeurs

Définition

Initialise une nouvelle instance de la classe PropertyDescriptorCollection.

Surcharges

PropertyDescriptorCollection(PropertyDescriptor[])

Initialise une nouvelle instance de la classe PropertyDescriptorCollection.

PropertyDescriptorCollection(PropertyDescriptor[], Boolean)

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

PropertyDescriptorCollection(PropertyDescriptor[])

Source:
PropertyDescriptorCollection.cs
Source:
PropertyDescriptorCollection.cs
Source:
PropertyDescriptorCollection.cs

Initialise une nouvelle instance de la classe 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())

Paramètres

properties
PropertyDescriptor[]

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

Voir aussi

S’applique à

PropertyDescriptorCollection(PropertyDescriptor[], Boolean)

Source:
PropertyDescriptorCollection.cs
Source:
PropertyDescriptorCollection.cs
Source:
PropertyDescriptorCollection.cs

Initialise une nouvelle instance de la classe PropertyDescriptorCollection, 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

La valeur true spécifie que la collection ne peut pas être modifiée.

Voir aussi

S’applique à