Freigeben über


MusicDisplayProperties.AlbumTrackCount Eigenschaft

Definition

Ruft die Anzahl der Albumtitel ab oder legt diese fest.

public:
 property unsigned int AlbumTrackCount { unsigned int get(); void set(unsigned int value); };
uint32_t AlbumTrackCount();

void AlbumTrackCount(uint32_t value);
public uint AlbumTrackCount { get; set; }
var uInt32 = musicDisplayProperties.albumTrackCount;
musicDisplayProperties.albumTrackCount = uInt32;
Public Property AlbumTrackCount As UInteger

Eigenschaftswert

UInt32

unsigned int

uint32_t

Die Anzahl der Albumtitel.

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Gilt für: