PropertyDescriptorCollection.RemoveAt(Int32) Méthode

Définition

Supprime le PropertyDescriptor à l'index spécifié dans la collection.

public:
 void RemoveAt(int index);
public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Paramètres

index
Int32

Index du PropertyDescriptor à supprimer de la collection.

Implémente

Exceptions

La collection est en lecture seule.

S’applique à