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

Gets the number of songs in the playlist

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

Syntax

C#
public int getLen()
Visual Basic
Public Function getLen As Integer
Visual C++
public:
int getLen()

Return Value

the number of songs in the playlist

See Also