DeviceClass 枚举

定义

指示用户想要枚举的设备类型。

public enum class DeviceClass
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class DeviceClass
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum DeviceClass
var value = Windows.Devices.Enumeration.DeviceClass.all
Public Enum DeviceClass
继承
DeviceClass
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

All 0

指示用户要枚举所有设备。

AudioCapture 1

指示用户要枚举所有音频捕获设备。

AudioRender 2

指示用户要枚举所有音频呈现设备。

ImageScanner 5

指示用户要枚举所有扫描设备。

Location 6

指示用户想要枚举所有位置感知设备。

PortableStorageDevice 3

指示用户想要枚举所有便携式存储设备。

VideoCapture 4

指示用户想要枚举所有视频捕获设备。

适用于