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

应用程序数据的版本号。

适用于