PropertyDescriptorCollection.Insert(Int32, PropertyDescriptor) Méthode

Définition

Ajoute PropertyDescriptor à la collection, au numéro d'index spécifié.

public:
 void Insert(int index, System::ComponentModel::PropertyDescriptor ^ value);
public void Insert (int index, System.ComponentModel.PropertyDescriptor value);
member this.Insert : int * System.ComponentModel.PropertyDescriptor -> unit
Public Sub Insert (index As Integer, value As PropertyDescriptor)

Paramètres

index
Int32

Index auquel ajouter le paramètre value à la collection.

value
PropertyDescriptor

Objet PropertyDescriptor à ajouter à la collection.

Exceptions

La collection est en lecture seule.

S’applique à