Song Members
The following tables list the members exposed by the Song type.
Public Properties
Name | Description | |
---|---|---|
Album | Gets the Album on which the Song appears. | |
Artist | Gets the Artist of the Song. | |
Duration | Gets the duration of the Song. | |
Genre | Gets the Genre of the Song. | |
IsDisposed | Gets a value indicating whether the object is disposed. | |
IsProtected | Gets a value that indicates whether the song is DRM protected content. | |
IsRated | Gets a value that indicates whether the song has been rated by the user. | |
Name | Gets the name of the Song. | |
PlayCount | Gets the song play count. | |
Rating | Gets the user's rating for the Song. | |
TrackNumber | Gets the track number of the song on the song's Album. |
Public Methods
Name | Description | |
---|---|---|
Dispose | Immediately releases the unmanaged resources used by this object. | |
Equals | Overloaded. Determines whether two instances of Song are equal. | |
FromUri | Constructs a new Song object based on the specified URI. | |
GetHashCode | Gets the hash code for this instance. | |
GetType | (Inherited from Object.) | |
op_Equality | Determines whether the specified Song instances are equal. | |
op_Inequality | Determines whether the specified Song instances are not equal. | |
ToString | Returns a String representation of the Song. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |