The Track type exposes the following members.

Collapse imageConstructors

  NameDescription
Public methodTrack
Initializes a new instance of the Track class

Collapse imageMethods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Inherited from SpotifyItem.)

Collapse imageProperties

  NameDescription
Public propertyAlbum
Gets the album that this track is part of.
Public propertyArtist
Gets the name of the artist who recorded the track.
Public propertyLength
Gets the length of the track.
Public propertyName
Gets the name of the item.
(Inherited from SpotifyItem.)
Public propertyPopularity
Gets a number between 0 and 1 that signifies how popular the item is.
(Inherited from SpotifyItem.)
Public propertyUrl
Gets the Spotify URL for the item.
(Inherited from SpotifyItem.)

Collapse imageSee Also