Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SystemMediaTransportControls.AutoRepeatMode Property
Definition
- Namespace:
- Windows.Media
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 or sets a value representing the current auto-repeat mode of the SystemMediaTransportControls.
public:
property MediaPlaybackAutoRepeatMode AutoRepeatMode { MediaPlaybackAutoRepeatMode get(); void set(MediaPlaybackAutoRepeatMode value); };
MediaPlaybackAutoRepeatMode AutoRepeatMode();
void AutoRepeatMode(MediaPlaybackAutoRepeatMode value);
public MediaPlaybackAutoRepeatMode AutoRepeatMode { get; set; }
var mediaPlaybackAutoRepeatMode = systemMediaTransportControls.autoRepeatMode;
systemMediaTransportControls.autoRepeatMode = mediaPlaybackAutoRepeatMode;
Public Property AutoRepeatMode As MediaPlaybackAutoRepeatMode
Property Value
A value representing the current auto-repeat mode.
Applies to
Feedback
Was this page helpful?
