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

Adds a song to the previous queue

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

Syntax

C#
public void addPrevSong(
	Song oldSong
)
Visual Basic
Public Sub addPrevSong ( _
	oldSong As Song _
)
Visual C++
public:
void addPrevSong(
	Song^ oldSong
)

Parameters

oldSong
Type: MusicPlayerWindow..::..Song
the song to be added to the previous queue

See Also