TriggerActionCollection.Item[Int32] Propiedad

Definición

Obtiene o establece el elemento que está en el índice especificado.

public:
 property System::Windows::TriggerAction ^ default[int] { System::Windows::TriggerAction ^ get(int index); void set(int index, System::Windows::TriggerAction ^ value); };
public System.Windows.TriggerAction this[int index] { get; set; }
member this.Item(int) : System.Windows.TriggerAction with get, set
Default Public Property Item(index As Integer) As TriggerAction

Parámetros

index
Int32

Índice de base cero del elemento que se va a obtener o establecer.

Valor de propiedad

TriggerAction

El objeto TriggerAction que está en el índice especificado.

Implementaciones

Se aplica a

Consulte también