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

應用程式資料的版本號碼。

適用於