다음을 통해 공유


MusicDisplayProperties.AlbumTrackCount 속성

정의

앨범 트랙 수를 가져오거나 설정합니다.

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

속성 값

UInt32

unsigned int

uint32_t

앨범 트랙 수입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)

적용 대상