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

取得または設定する項目の、0 から始まるインデックス。

プロパティ値

TriggerAction

指定したインデックス位置にある TriggerAction オブジェクト。

実装

適用対象

こちらもご覧ください