[This is preliminary documentation and is subject to change.]

the next song queue for the playlist

Namespace: MusicPlayerWindow
Assembly: MusicPlayerWindow (in MusicPlayerWindow.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public List<Song> nextSongQueue
Visual Basic
Public nextSongQueue As List(Of Song)
Visual C++
public:
List<Song^>^ nextSongQueue

See Also