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

デバイスは共有されます。

適用対象