EasClientDeviceInformation.SystemManufacturer 属性

定义

获取本地设备的系统制造商。 仅当 SystemSku 的值为空时,才使用 SystemManufacturer

public:
 property Platform::String ^ SystemManufacturer { Platform::String ^ get(); };
winrt::hstring SystemManufacturer();
public string SystemManufacturer { get; }
var string = easClientDeviceInformation.systemManufacturer;
Public ReadOnly Property SystemManufacturer As String

属性值

String

Platform::String

winrt::hstring

包含本地设备的系统制造商的字符串。 该值长度小于 1024 个字符。

注解

从 Windows 注册表检索 SystemManufacturer。 如果出于任何原因无法读取注册表,则 SystemManufacturer 将作为空字符串返回。

适用于