MediaPlaybackCommandManagerShuffleReceivedEventArgs.IsShuffleRequested 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 whether shuffle mode is requested.
public:
property bool IsShuffleRequested { bool get(); };
bool IsShuffleRequested();
public bool IsShuffleRequested { get; }
var boolean = mediaPlaybackCommandManagerShuffleReceivedEventArgs.isShuffleRequested;
Public ReadOnly Property IsShuffleRequested As Boolean
Property Value
Boolean
bool
True if shuffle mode is requested; otherwise, false.