ClockCollection.Item[Int32] 属性

定义

获取指定索引位置处的 Clock

public:
 property System::Windows::Media::Animation::Clock ^ default[int] { System::Windows::Media::Animation::Clock ^ get(int index); };
public System.Windows.Media.Animation.Clock this[int index] { get; }
member this.Item(int) : System.Windows.Media.Animation.Clock
Default Public ReadOnly Property Item(index As Integer) As Clock

参数

index
Int32

要访问的索引位置。

属性值

位于指定 index 位置处的 Clock 对象。

适用于