DeviceWatcherEvent.Kind 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 the type for the device indicated by the DeviceWatcherEvent.
public:
property DeviceWatcherEventKind Kind { DeviceWatcherEventKind get(); };
DeviceWatcherEventKind Kind();
public DeviceWatcherEventKind Kind { get; }
var deviceWatcherEventKind = deviceWatcherEvent.kind;
Public ReadOnly Property Kind As DeviceWatcherEventKind
Property Value
The type of device added, removed, or updated.