EasClientDeviceInformation.SystemManufacturer Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Valeur de propriété
Chaîne contenant le fabricant système de l’appareil local. La valeur est inférieure à 1 024 caractères.
Remarques
SystemManufacturer est récupéré à partir du Registre Windows. Si le Registre ne peut pas être lu pour une raison quelconque, SystemManufacturer est retourné sous la forme d’une chaîne vide.