Compartilhar via


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

Definição

Para obter uma descrição deste membro, consulte 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

O índice com base em zero do item a ser removido.

Implementações

Exceções

Sempre lançada.

Comentários

Você não pode alterar a CheckedListBox.CheckedIndexCollection classe diretamente. Para remover um item do CheckedListBox.CheckedIndexCollectionmétodo, use o SetItemChecked método.SetItemCheckState

Aplica-se a