CheckedListBox.CheckedIndexCollection.IList.Clear Metoda

Definice

Odebere všechny položky z objektu CheckedListBox.CheckedIndexCollection. Popis tohoto člena najdete v tématu 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

Implementuje

Výjimky

Vždy vyvolána.

Poznámky

Třídu nelze změnit CheckedListBox.CheckedIndexCollection přímo. Pokud chcete vymazat CheckedListBox.CheckedIndexCollection, použijte metodu SetItemChecked nebo SetItemCheckState .

Platí pro