Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 916 Bytes

mediaplaybacklist_setshuffleditems_502786703.md

File metadata and controls

24 lines (17 loc) · 916 Bytes
-api-id -api-type
M:Windows.Media.Playback.MediaPlaybackList.SetShuffledItems(Windows.Foundation.Collections.IIterable{Windows.Media.Playback.MediaPlaybackItem})
winrt method

Windows.Media.Playback.MediaPlaybackList.SetShuffledItems

-description

Sets the list of MediaPlaybackItem objects that will be played in shuffle mode, in the order in which they will be played.

-parameters

-param value

The list of MediaPlaybackItem objects that will be played in shuffle mode.

-remarks

Use this method to manage the order in which items are played when ShuffleEnabled is set to true, replacing the shuffle order generated by the system.

-examples

-see-also