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

Normal constructor; song is null until set

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

Syntax

C#
public Song(
	string path
)
Visual Basic
Public Sub New ( _
	path As String _
)
Visual C++
public:
Song(
	String^ path
)

Parameters

path
Type: System..::..String
the path to the song for playback

See Also