EasClientDeviceInformation.SystemSku 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取本地设备的系统 SKU。
public:
property Platform::String ^ SystemSku { Platform::String ^ get(); };
winrt::hstring SystemSku();
public string SystemSku { get; }
var string = easClientDeviceInformation.systemSku;
Public ReadOnly Property SystemSku As String
属性值
包含本地设备的系统 SKU 的字符串。
注解
从注册表检索 SystemSku 属性。 如果出于任何原因无法读取注册表, 则 SystemSku 将作为空字符串返回。 如果 SystemSku 不为空,则建议将 SystemSku 用作模型字符串。 否则,可以使用 SystemManufacturer 和 SystemProductName 编写 SystemSku。