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