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

Plays given song

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

Syntax

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

Parameters

song
Type: MusicPlayerWindow..::..Song
the song to be played

See Also