TriggerActionCollection.Item[Int32] 屬性

定義

取得或設定位於指定索引處的項目。

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

參數

index
Int32

要取得或設定的項目之以零起始的索引。

屬性值

TriggerAction

位於指定之索引處的 TriggerAction 物件。

實作

適用於

另請參閱