Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MediaPlaybackList.MovePrevious Method

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.

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


Feedback

Was this page helpful?