GlobalSystemMediaTransportControlsSessionPlaybackInfo.AutoRepeatMode 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.
Specifies the repeat mode of the session.
public:
property IReference<MediaPlaybackAutoRepeatMode> ^ AutoRepeatMode { IReference<MediaPlaybackAutoRepeatMode> ^ get(); };
IReference<MediaPlaybackAutoRepeatMode> AutoRepeatMode();
public System.Nullable<MediaPlaybackAutoRepeatMode> AutoRepeatMode { get; }
var iReference = globalSystemMediaTransportControlsSessionPlaybackInfo.autoRepeatMode;
Public ReadOnly Property AutoRepeatMode As Nullable(Of MediaPlaybackAutoRepeatMode)
Property Value
A value representing the current auto-repeat mode.