RowDefinitionCollection.IList.Item[Int32] Propriedade

Definição

Obtém ou define o elemento 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; }
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 com base em zero do elemento a ser obtido ou definido.

Valor da propriedade

Object

O elemento no índice especificado.

Implementações

Exceções

index não é uma posição de índice válida na lista.

Comentários

Esta propriedade fornece a capacidade de acessar um elemento específico na coleção usando a seguinte sintaxe: myCollection[index].

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de RowDefinitionCollection é convertida em uma interface de IList.

Aplica-se a