Compartilhar via


ImageList.ImageCollection.IList.Insert(Int32, Object) Método

Definição

Implementa o método Insert(Int32, Object). Gera um NotSupportedException em todos os casos.

 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 de base zero no qual o value deve ser inserido.

value
Object

O objeto a ser inserido na coleção.

Implementações

Exceções

Em todos os casos.

Comentários

Para adicionar um item ao ImageList.ImageCollectionmétodo, use o Add método.

Aplica-se a