MediaPlaybackList.MovePrevious Method

Definition

Changes the current item of the MediaPlaybackList to the previous item in the list.

public:
 virtual MediaPlaybackItem ^ MovePrevious() = MovePrevious;
MediaPlaybackItem MovePrevious();
public MediaPlaybackItem MovePrevious();
function movePrevious()
Public Function MovePrevious () As MediaPlaybackItem

Returns

The new current MediaPlaybackItem.

Remarks

This current item of the MediaPlaybackList can't be changed while a MediaPlaybackItem with CanSkip set to false is playing. Attempting to do so will cause an exception to be thrown.

Applies to