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

アプリケーション データのバージョン番号。

適用対象