MediaPlaybackList.CurrentItem Property
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.
Gets the currently playing MediaPlaybackItem.
public:
property MediaPlaybackItem ^ CurrentItem { MediaPlaybackItem ^ get(); };
MediaPlaybackItem CurrentItem();
public MediaPlaybackItem CurrentItem { get; }
var mediaPlaybackItem = mediaPlaybackList.currentItem;
Public ReadOnly Property CurrentItem As MediaPlaybackItem
Property Value
The currently playing MediaPlaybackItem.