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

Gets the currently playing song (paused or playing, but not stopped)

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

Syntax

C#
public Song getCurrSong()
Visual Basic
Public Function getCurrSong As Song
Visual C++
public:
Song^ getCurrSong()

Return Value

[Missing <returns> documentation for "M:MusicPlayerWindow.MainWindow.getCurrSong"]

See Also