TriggerActionCollection.IList.Item[Int32] Propriedade

Definição

Esse membro dá suporte à infraestrutura de Windows Presentation Foundation (WPF) e não se destina a ser usado diretamente 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 com base em zero do item a ser obtido ou definido.

Valor da propriedade

O objeto que está no índice especificado.

Implementações

Aplica-se a