Note

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

Access to this page requires authorization. You can try .

MediaPlaybackList.MoveNext 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 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


Feedback

Was this page helpful?