Share via


MediaPlaybackList.MoveNext Method

Definition

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

public:
 virtual MediaPlaybackItem ^ MoveNext() = MoveNext;
MediaPlaybackItem MoveNext();
public MediaPlaybackItem MoveNext();
function moveNext()
Public Function MoveNext () 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