MediaPlaybackList.Items 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 an IObservableVector representation of the playback list.
public:
property IObservableVector<MediaPlaybackItem ^> ^ Items { IObservableVector<MediaPlaybackItem ^> ^ get(); };
IObservableVector<MediaPlaybackItem> Items();
public IObservableVector<MediaPlaybackItem> Items { get; }
var iObservableVector = mediaPlaybackList.items;
Public ReadOnly Property Items As IObservableVector(Of MediaPlaybackItem)
Property Value
An IObservableVector representation of the playback list.