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

Gets the song at the front of the next song queue and also removes it

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

Syntax

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

Return Value

the next song to be played

See Also