GlobalSystemMediaTransportControlsSessionPlaybackInfo.IsShuffleActive Property

Definition

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.

Applies to