GlobalSystemMediaTransportControlsSessionPlaybackInfo.IsShuffleActive 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 whether the session is currently playing content in a shuffled order or not.
public:
property IReference<bool> ^ IsShuffleActive { IReference<bool> ^ get(); };
IReference<bool> IsShuffleActive();
public System.Nullable<bool> IsShuffleActive { get; }
var iReference = globalSystemMediaTransportControlsSessionPlaybackInfo.isShuffleActive;
Public ReadOnly Property IsShuffleActive As Nullable(Of Boolean)
Property Value
True if the session is currently shuffling; otherwise, false.