Sdílet prostřednictvím


TriggerActionCollection.Item[Int32] Vlastnost

Definice

Získá nebo nastaví položku, která je v zadaném indexu.

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

Nulový index položky, který chcete získat nebo nastavit.

Hodnota vlastnosti

TriggerAction

Objekt TriggerAction , který je v zadaném indexu.

Implementuje

Platí pro

Viz také