SystemMediaTransportControlsTimelineProperties.StartTime プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在再生中のメディアアイテムの開始時刻を表す値を取得または設定します。
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
プロパティ値
現在再生中のメディア アイテムの開始時刻を表す値。