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

リモート システムは、ローカル ネットワークや Bluetooth 接続などの近位接続を介してのみ検出できます。

SpatiallyProximal 3

リモート システムは、近位接続を介して検出可能であり、クライアント デバイスの近くに空間的に存在することが期待されます。

注釈

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1703 15063 SpatiallyProximal

適用対象

こちらもご覧ください