DeviceSharingMode 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设备共享模式。
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 | 设备是共享的。 |