SystemMusicProperties
SystemMusicProperties
SystemMusicProperties
SystemMusicProperties
Class
Definition
A helper object that provides indexing names for Windows music file properties.
public : sealed class SystemMusicProperties : ISystemMusicPropertiespublic sealed class SystemMusicProperties : ISystemMusicPropertiesPublic NotInheritable Class SystemMusicProperties Implements ISystemMusicProperties// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
AlbumArtist AlbumArtist AlbumArtist AlbumArtist
Gets the name of the System.Music.AlbumArtist property (one of the Windows music file properties.
public : PlatForm::String AlbumArtist { get; }public string AlbumArtist { get; }Public ReadOnly Property AlbumArtist As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Music.AlbumArtist file property.
AlbumTitle AlbumTitle AlbumTitle AlbumTitle
Gets the name of the System.Music.AlbumTitle property (one of the Windows music file properties.
public : PlatForm::String AlbumTitle { get; }public string AlbumTitle { get; }Public ReadOnly Property AlbumTitle As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Music.AlbumTitle file property.
Artist Artist Artist Artist
Gets the name of the System.Music.Artist property (one of the Windows music file properties.
public : PlatForm::String Artist { get; }public string Artist { get; }Public ReadOnly Property Artist As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Music.Artist file property.
Composer Composer Composer Composer
Gets the name of the System.Music.Composer property (one of the Windows music file properties.
public : PlatForm::String Composer { get; }public string Composer { get; }Public ReadOnly Property Composer As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Music.Composer file property.
Conductor Conductor Conductor Conductor
Gets the name of the System.Music.Conductor property (one of the Windows music file properties.
public : PlatForm::String Conductor { get; }public string Conductor { get; }Public ReadOnly Property Conductor As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Music.Conductor file property.
DisplayArtist DisplayArtist DisplayArtist DisplayArtist
Gets the name of the System.Music.DisplayArtist property (one of the Windows music file properties.
public : PlatForm::String DisplayArtist { get; }public string DisplayArtist { get; }Public ReadOnly Property DisplayArtist As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Music.DisplayArtist file property.
Genre Genre Genre Genre
Gets the name of the System.Music.Genre property (one of the Windows music file properties.
public : PlatForm::String Genre { get; }public string Genre { get; }Public ReadOnly Property Genre As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Music.Genre file property.
TrackNumber TrackNumber TrackNumber TrackNumber
Gets the name of the System.Music.TrackNumber property (one of the Windows music file properties.
public : PlatForm::String TrackNumber { get; }public string TrackNumber { get; }Public ReadOnly Property TrackNumber As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Music.TrackNumber file property.