TimelineCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定項目,這個項目位於這個 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
小於零,或大於或等於 TimelineCollection 的大小。