[This is preliminary documentation and is subject to change.]
Adds a song to the end of the next song queue
Namespace: MusicPlayerWindowAssembly: MusicPlayerWindow (in MusicPlayerWindow.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void addSongToNextQueue( Song newSong ) |
Visual Basic |
---|
Public Sub addSongToNextQueue ( _ newSong As Song _ ) |
Visual C++ |
---|
public: void addSongToNextQueue( Song^ newSong ) |
Parameters
- newSong
- Type: MusicPlayerWindow..::..Song
the song to be added to the next song queue