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

Gets the song at the front of the previous song queue (the most recently played song) and also removes it

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

Syntax

C#
public Song getPrevSong()
Visual Basic
Public Function getPrevSong As Song
Visual C++
public:
Song^ getPrevSong()

Return Value

[Missing <returns> documentation for "M:MusicPlayerWindow.Queue.getPrevSong"]

See Also