RemoteSystemStatus 列挙型

定義

リモート システムの可用性の状態を表す値を格納します。

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

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)
アプリの機能
remoteSystem

フィールド

Available 2

リモート システムを使用できます。

DiscoveringAvailability 1

現在、リモート システムの可用性が検出されています。

Unavailable 0

リモート システムは使用できません。

Unknown 3

リモート システムの可用性は不明です。

適用対象

こちらもご覧ください