MediaTimelineController.Duration 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出時程表的持續時間。 經過指定的時間範圍之後,時間軸時鐘將不再進行。
public:
property IReference<TimeSpan> ^ Duration { IReference<TimeSpan> ^ get(); void set(IReference<TimeSpan> ^ value); };
IReference<TimeSpan> Duration();
void Duration(IReference<TimeSpan> value);
public System.Nullable<System.TimeSpan> Duration { get; set; }
var iReference = mediaTimelineController.duration;
mediaTimelineController.duration = iReference;
Public Property Duration As Nullable(Of TimeSpan)
屬性值
值,表示時程表的持續時間。
Windows 需求
裝置系列 |
Windows 10 Creators Update (已於 10.0.15063.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)
|
備註
當時間軸控制器到達[持續時間] 時間範圍結束時,就會引發End事件。