CheckedListBox.CheckedIndexCollection.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 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
Vous ne pouvez pas modifier la CheckedListBox.CheckedIndexCollection classe directement. Pour supprimer un élément de la CheckedListBox.CheckedIndexCollection, utilisez la SetItemChecked méthode ou SetItemCheckState .