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

Asks loader to switch playlists _switchToPlaylist()()()()

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

Syntax

C#
public void switchToPlaylist(
	string newPlaylistName,
	Song oldSong
)
Visual Basic
Public Sub switchToPlaylist ( _
	newPlaylistName As String, _
	oldSong As Song _
)
Visual C++
public:
void switchToPlaylist(
	String^ newPlaylistName, 
	Song^ oldSong
)

Parameters

newPlaylistName
Type: System..::..String
the playlist to be shuffled next
oldSong
Type: MusicPlayerWindow..::..Song
the song to be added to the previous song queue of the old playlist

See Also