RemoteSystemDiscoveryType 枚举

定义

包含描述如何发现远程系统的值。

public enum class RemoteSystemDiscoveryType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class RemoteSystemDiscoveryType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum RemoteSystemDiscoveryType
var value = Windows.System.RemoteSystems.RemoteSystemDiscoveryType.any
Public Enum RemoteSystemDiscoveryType
继承
RemoteSystemDiscoveryType
属性

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
应用功能
remoteSystem

字段

Any 0

远程系统可以通过近端连接和云连接来发现。

Cloud 2

只能通过云连接发现远程系统。

Proximal 1

远程系统只能通过近端连接(例如本地网络或蓝牙连接)被发现。

SpatiallyProximal 3

远程系统可通过近端连接发现,并且预期在空间上靠近客户端设备。

注解

版本历史记录

Windows 版本 SDK 版本 增值
1703 15063 SpatiallyProximal

适用于

另请参阅