DeviceWatcherEvent.DeviceInformationUpdate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets updated information for a device updated by the DeviceWatcherEvent.
public:
property DeviceInformationUpdate ^ DeviceInformationUpdate { DeviceInformationUpdate ^ get(); };
DeviceInformationUpdate DeviceInformationUpdate();
public DeviceInformationUpdate DeviceInformationUpdate { get; }
var deviceInformationUpdate = deviceWatcherEvent.deviceInformationUpdate;
Public ReadOnly Property DeviceInformationUpdate As DeviceInformationUpdate
Property Value
The updated information for the modified device.