CheckedListBox.CheckedIndexCollection.IList.Insert(Int32, Object) 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.
Para uma descrição deste elemento, veja 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 em que o valor deve ser inserido.
- value
- Object
O objeto a ser adicionado ao CheckedListBox.CheckedIndexCollection.
Implementações
Exceções
Sempre atirado.
Observações
Não podes mudar a CheckedListBox.CheckedIndexCollection disciplina diretamente. Para adicionar um item ao CheckedListBox.CheckedIndexCollection, use o SetItemChecked método ou SetItemCheckState .