TriggerActionCollection.IList.Item[Int32] Propriedade

Definição

Este membro suporta a infraestrutura Windows Presentation Foundation (WPF) e não foi concebido para ser usado diretamente a partir do seu código.

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 em base zero do item a obter ou definir.

Valor de Propriedade

O objeto que está no índice especificado.

Implementações

Aplica-se a