MediaPlaybackList.ShuffledItems Property

Definition

Gets a read-only list of MediaPlaybackItem objects that will be played in shuffle mode, in the order in which they will be played.

public:
 property IVectorView<MediaPlaybackItem ^> ^ ShuffledItems { IVectorView<MediaPlaybackItem ^> ^ get(); };
IVectorView<MediaPlaybackItem> ShuffledItems();
public IReadOnlyList<MediaPlaybackItem> ShuffledItems { get; }
var iVectorView = mediaPlaybackList.shuffledItems;
Public ReadOnly Property ShuffledItems As IReadOnlyList(Of MediaPlaybackItem)

Property Value

A read-only list of MediaPlaybackItem objects that will be played in shuffle mode

Windows requirements

Device family
Windows 10 (introduced in 10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v2.0)

Remarks

Replace the list of pending shuffled items by calling SetShuffledItems.

Applies to