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

Gets the next song from the next song queue

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

Syntax

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

Return Value

the song from the next song queue

See Also