MediaPlaybackItemOpenedEventArgs.Item 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 MediaPlaybackItem that was successfully opened.
public:
property MediaPlaybackItem ^ Item { MediaPlaybackItem ^ get(); };
MediaPlaybackItem Item();
public MediaPlaybackItem Item { get; }
var mediaPlaybackItem = mediaPlaybackItemOpenedEventArgs.item;
Public ReadOnly Property Item As MediaPlaybackItem
Property Value
The MediaPlaybackItem that was successfully opened.