CheckedListBox.CheckedIndexCollection.IList.RemoveAt(Int32) Méthode

Définition

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 .

S’applique à