SystemSupportDeviceInfo.SystemManufacturer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
屬性值
包含本機裝置系統製造商的字串。 此值長度小於 1024 個字元。
備註
系統會從 Windows 登錄擷取SystemManufacturer。 如果基於任何原因無法讀取登錄, 則 SystemManufacturer 會傳回空字串。