CheckedListBox.CheckedIndexCollection.IList.Clear 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 tous les éléments de CheckedListBox.CheckedIndexCollection. Pour obtenir une description de ce membre, consultez Clear().
virtual void System.Collections.IList.Clear() = System::Collections::IList::Clear;
void IList.Clear ();
abstract member System.Collections.IList.Clear : unit -> unit
override this.System.Collections.IList.Clear : unit -> unit
Sub Clear () Implements IList.Clear
Implémente
Exceptions
Toujours levée.
Remarques
Vous ne pouvez pas modifier la CheckedListBox.CheckedIndexCollection classe directement. Pour effacer le CheckedListBox.CheckedIndexCollection, utilisez le ou SetItemCheckState la SetItemChecked méthode.