CheckedListBox.CheckedIndexCollection.IList.Remove(Object) Metodo

Definizione

Per una descrizione di questo membro, vedere Remove(Object).

 virtual void System.Collections.IList.Remove(System::Object ^ value) = System::Collections::IList::Remove;
void IList.Remove (object value);
void IList.Remove (object? value);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (value As Object) Implements IList.Remove

Parametri

value
Object

Oggetto da rimuovere dall'insieme CheckedListBox.CheckedIndexCollection.

Implementazioni

Eccezioni

Sempre generato.

Commenti

Non è possibile modificare direttamente la CheckedListBox.CheckedIndexCollection classe. Per rimuovere un elemento dall'oggetto CheckedListBox.CheckedIndexCollection, usare il SetItemChecked metodo o SetItemCheckState .

Si applica a