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

アクセスするインデックス位置。

プロパティ値

Clock

指定した index 位置にある Clock オブジェクト。

適用対象