ListBox.IntegerCollection.IList.Item[Int32] Propriedade

Definição

Obtém ou define o tab stop no índice especificado.

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; }
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 baseado em zero que especifica qual a separação de separação a escolher.

Valor de Propriedade

O tab stop que está armazenado no local especificado no ListBox.IntegerCollection.

Implementações

Exceções

O objeto não é um inteiro.

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a ListBox.IntegerCollection instância é transmitida para uma IList interface.

Aplica-se a