Condividi tramite


SystemSupportDeviceInfo.SystemManufacturer Proprietà

Definizione

Ottiene il produttore di sistema del dispositivo locale. Usare SystemManufacturer solo se il valore di SystemSku è vuoto.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Stringa contenente il produttore di sistema del dispositivo locale. Il valore è inferiore a 1024 caratteri.

Commenti

SystemManufacturer viene recuperato dal Registro di sistema di Windows. Se il Registro di sistema non può essere letto per alcun motivo, SystemManufacturer restituisce una stringa vuota.

Si applica a