共用方式為


SystemSupportDeviceInfo.SystemManufacturer 屬性

定義

取得本機裝置的系統製造商。 只有在SystemSku的值是空的時,才使用SystemManufacturer

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

屬性值

String

Platform::String

winrt::hstring

包含本機裝置系統製造商的字串。 此值長度小於 1024 個字元。

備註

系統會從 Windows 登錄擷取SystemManufacturer。 如果基於任何原因無法讀取登錄, 則 SystemManufacturer 會傳回空字串。

適用於