Compartilhar via


CheckedListBox.CheckedIndexCollection.IList.Insert(Int32, Object) Método

Definição

Para obter uma descrição desse membro, confira Insert(Int32, Object).

 virtual void System.Collections.IList.Insert(int index, System::Object ^ value) = System::Collections::IList::Insert;
void IList.Insert (int index, object value);
void IList.Insert (int index, object? value);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, value As Object) Implements IList.Insert

Parâmetros

index
Int32

O índice no qual o valor deve ser inserido.

value
Object

O objeto a ser adicionado ao CheckedListBox.CheckedIndexCollection.

Implementações

Exceções

Sempre lançada.

Comentários

Você não pode alterar a CheckedListBox.CheckedIndexCollection classe diretamente. Para adicionar um item ao CheckedListBox.CheckedIndexCollectionmétodo, use o método ouSetItemCheckState.SetItemChecked

Aplica-se a