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 中引入)
|
注解
当时间线控制器到达“持续时间”时间窗口的末尾时,将引发“结束”事件。