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

適用於

另請參閱