GlobalSystemMediaTransportControlsSessionPlaybackControls.IsShuffleEnabled 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 the session currently allows control of its shuffle state.
public:
property bool IsShuffleEnabled { bool get(); };
bool IsShuffleEnabled();
public bool IsShuffleEnabled { get; }
var boolean = globalSystemMediaTransportControlsSessionPlaybackControls.isShuffleEnabled;
Public ReadOnly Property IsShuffleEnabled As Boolean
Property Value
Boolean
bool
True if shuffle control is supported; otherwise, false.