DeviceServicingDetails.DeviceId 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.
Obtient le DeviceInformation.ID de l’appareil cible par la tâche. La tâche en arrière-plan peut fournir cela à la FromIdAsync
méthode de la classe d’accès d’appareil appropriée pour ouvrir l’appareil. Par exemple, appelez UsbDevice.FromIdAsync dans l’espace de noms Windows.Devices.Usb pour ouvrir un périphérique USB.
public:
property Platform::String ^ DeviceId { Platform::String ^ get(); };
winrt::hstring DeviceId();
public string DeviceId { get; }
var string = deviceServicingDetails.deviceId;
Public ReadOnly Property DeviceId As String
Valeur de propriété
Valeur du paramètre deviceId de l’appel RequestAsync d’origine .