List of all tracks on the iPod. Use this to add/remove/enumerate tracks


Namespace: SharePodLib
Assembly: SharePodLib (in SharePodLib.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Tracks As TrackList
C#
public TrackList Tracks { get; }
C++
public property TrackList Tracks sealed  {
    TrackList get();
}
J#
/** property */
public TrackList get_Tracks();
JScript
public function get Tracks() : TrackList

See Also