EasClientDeviceInformation.SystemSku 属性

定义

获取本地设备的系统 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

属性值

String

Platform::String

winrt::hstring

包含本地设备的系统 SKU 的字符串。

注解

从注册表检索 SystemSku 属性。 如果出于任何原因无法读取注册表, 则 SystemSku 将作为空字符串返回。 如果 SystemSku 不为空,则建议将 SystemSku 用作模型字符串。 否则,可以使用 SystemManufacturerSystemProductName 编写 SystemSku

适用于