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

Definición

o una descripción de este miembro, vea 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

Parámetros

index
Int32

Índice de base cero del elemento que se va a quitar.

Implementaciones

Excepciones

Siempre se produce.

Comentarios

No se puede cambiar la CheckedListBox.CheckedIndexCollection clase directamente. Para quitar un elemento de CheckedListBox.CheckedIndexCollection, use el SetItemChecked método o SetItemCheckState .

Se aplica a