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

Gets the next song from the previous song queue

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

Syntax

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

Return Value

the song from the previoussong queue

See Also