Compartilhar via


DesignerAutoFormatCollection.IList.Item[Int32] Propriedade

Definição

Obtém o elemento no índice especificado quando o objeto DesignerAutoFormatCollection é convertido para uma interface IList.

property System::Object ^ System::Collections::IList::Item[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
object System.Collections.IList.Item[int index] { get; set; }
member this.System.Collections.IList.Item(int) : obj with get, set
 Property Item(index As Integer) As Object Implements IList.Item

Parâmetros

index
Int32

O índice.

Valor da propriedade

Object

O elemento no índice especificado.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando o DesignerAutoFormatCollection objeto é convertido em uma IList interface.

Aplica-se a

Confira também