PropertyDescriptorCollection Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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[])
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)
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.