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 的大小。

适用于