TimelineCollection.Item[Int32] プロパティ

定義

この TimelineCollection 内の指定したインデックス位置にある項目を取得または設定します。

public:
 property System::Windows::Media::Animation::Timeline ^ default[int] { System::Windows::Media::Animation::Timeline ^ get(int index); void set(int index, System::Windows::Media::Animation::Timeline ^ value); };
public System.Windows.Media.Animation.Timeline this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.Animation.Timeline with get, set
Default Public Property Item(index As Integer) As Timeline

パラメーター

index
Int32

アクセスするインデックス位置。

プロパティ値

index 位置にある Timeline オブジェクト。

実装

例外

index は 0 未満か、TimelineCollection のサイズ以上の値です。

適用対象