DeviceWatcherEvent.DeviceInformationUpdate Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft aktualisierte Informationen für ein Gerät ab, das vom DeviceWatcherEvent aktualisiert wurde.
public:
property DeviceInformationUpdate ^ DeviceInformationUpdate { DeviceInformationUpdate ^ get(); };
DeviceInformationUpdate DeviceInformationUpdate();
public DeviceInformationUpdate DeviceInformationUpdate { get; }
var deviceInformationUpdate = deviceWatcherEvent.deviceInformationUpdate;
Public ReadOnly Property DeviceInformationUpdate As DeviceInformationUpdate
Eigenschaftswert
Die aktualisierten Informationen für das geänderte Gerät.