共用方式為


DeviceWatcherEvent.Kind 屬性

定義

取得 DeviceWatcherEvent所指示之裝置的類型。

public:
 property DeviceWatcherEventKind Kind { DeviceWatcherEventKind get(); };
DeviceWatcherEventKind Kind();
public DeviceWatcherEventKind Kind { get; }
var deviceWatcherEventKind = deviceWatcherEvent.kind;
Public ReadOnly Property Kind As DeviceWatcherEventKind

屬性值

新增、移除或更新裝置的類型。

適用於