ListViewGroupCollection.IList.Insert(Int32, Object) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Insere um ListViewGroup no ListViewGroupCollection.
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
A posição na qual o ListViewGroup é adicionado à coleção.
- value
- Object
O ListViewGroup a adicionar à coleção.
Implementações
Comentários
Se value
não for um ListViewGroup, ele não será adicionado à coleção.