CheckedListBox.CheckedIndexCollection.IList.Clear Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Remove todos os itens do CheckedListBox.CheckedIndexCollection. Para uma descrição deste elemento, veja 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
Implementações
Exceções
Sempre atirado.
Observações
Não podes mudar a CheckedListBox.CheckedIndexCollection disciplina diretamente. Para limpar o CheckedListBox.CheckedIndexCollection, use o SetItemChecked método ou SetItemCheckState .