共用方式為


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

要存取的索引位置。

屬性值

Timeline

index 位置的 Timeline 物件。

實作

例外狀況

index 小於零,或大於或等於 TimelineCollection 的大小。

適用於