ListBox.SelectedIndexCollection.IList.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.
Pour obtenir une description de ce membre, consultez RemoveAt(Int32).
virtual void System.Collections.IList.RemoveAt(int index) = System::Collections::IList::RemoveAt;
void IList.RemoveAt (int index);
abstract member System.Collections.IList.RemoveAt : int -> unit
override this.System.Collections.IList.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList.RemoveAt
Paramètres
- index
- Int32
Index de base zéro de l'élément à supprimer.
Implémente
Exceptions
Toujours levée.
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ListBox.SelectedIndexCollection est castée en interface IList.
Vous ne pouvez pas modifier la ListBox.SelectedIndexCollection classe directement. Pour supprimer un élément du ListBox.SelectedIndexCollection, utilisez la SelectedIndex propriété ou la SetSelected méthode.