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

the previous 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> prevSongQueue
Visual Basic
Public prevSongQueue As List(Of Song)
Visual C++
public:
List<Song^>^ prevSongQueue

See Also