CompositeCollection.RemoveAt(Int32) Méthode
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.
Supprime un élément de la collection à l'index spécifié. Les éléments restants sont décalés d'une ligne vers le haut.
public:
virtual void RemoveAt(int removeIndex);
public void RemoveAt (int removeIndex);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (removeIndex As Integer)
Paramètres
- removeIndex
- Int32
Index auquel supprimer un élément.
Implémente
Exceptions
Si l'index est hors limites.