TriggerActionCollection.Item[Int32] Właściwość

Definicja

Pobiera lub ustawia element znajdujący się w określonym indeksie.

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

Parametry

index
Int32

Indeks zerowy elementu do pobrania lub ustawienia.

Wartość właściwości

TriggerAction Obiekt, który znajduje się w określonym indeksie.

Implementuje

Dotyczy

Zobacz też