DeviceSharingMode 枚举

定义

设备共享模式。

public enum class DeviceSharingMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Custom.CustomDeviceContract, 65536)]
enum class DeviceSharingMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Custom.CustomDeviceContract), 65536)]
public enum DeviceSharingMode
var value = Windows.Devices.Custom.DeviceSharingMode.shared
Public Enum DeviceSharingMode
继承
DeviceSharingMode
属性

Windows 要求

设备系列
Windows Desktop Extension SDK (在 10.0.10240.0 中引入)
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Devices.Custom.CustomDeviceContract (在 v1.0 中引入)

字段

Exclusive 1

设备是独占的。

Shared 0

设备是共享的。

适用于