次の方法で共有


SystemMediaTransportControlsTimelineProperties.StartTime プロパティ

定義

現在再生中のメディアアイテムの開始時刻を表す値を取得または設定します。

public:
 property TimeSpan StartTime { TimeSpan get(); void set(TimeSpan value); };
TimeSpan StartTime();

void StartTime(TimeSpan value);
public System.TimeSpan StartTime { get; set; }
var timeSpan = systemMediaTransportControlsTimelineProperties.startTime;
systemMediaTransportControlsTimelineProperties.startTime = timeSpan;
Public Property StartTime As TimeSpan

プロパティ値

現在再生中のメディア アイテムの開始時刻を表す値。

適用対象