PlaybackPositionChangeRequestedEventArgs.RequestedPlaybackPosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating the requested offset into the media item.
public:
property TimeSpan RequestedPlaybackPosition { TimeSpan get(); };
TimeSpan RequestedPlaybackPosition();
public System.TimeSpan RequestedPlaybackPosition { get; }
var timeSpan = playbackPositionChangeRequestedEventArgs.requestedPlaybackPosition;
Public ReadOnly Property RequestedPlaybackPosition As TimeSpan
Property Value
A value indicating the requested offset into the media item.