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

Asks loader to add the song to front of the next queue (the previous button was clicked) _addSongToNextQueueFront()()()()

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

Syntax

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

Parameters

song
Type: MusicPlayerWindow..::..Song

[Missing <param name="song"/> documentation for "M:MusicPlayerWindow.CustomMusicLoader.addSongToNextQueueFront(MusicPlayerWindow.Song)"]

See Also