Share via


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 物件。

適用於