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 oparty na zerowym elemencie do pobrania lub ustawienia.

Wartość właściwości

TriggerAction

TriggerAction Obiekt znajdujący się w określonym indeksie.

Implementuje

Dotyczy

Zobacz też