다음을 통해 공유


ApplicationData.Version 속성

정의

앱 데이터 저장소에 있는 애플리케이션 데이터의 버전 번호를 가져옵니다.

public:
 property unsigned int Version { unsigned int get(); };
uint32_t Version();
public uint Version { get; }
var uInt32 = applicationData.version;
Public ReadOnly Property Version As UInteger

속성 값

UInt32

unsigned int

uint32_t

애플리케이션 데이터의 버전 번호입니다.

적용 대상