RemoteSystemStatusType 列挙型

定義

リモート システムの状態の種類を表す値を格納します。 これは RemoteSystemStatus 列挙の簡略化であり、 RemoteSystemStatusTypeFilter オブジェクトを構築するために使用されます。

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

Windows の要件

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

フィールド

Any 0

リモート システムは、任意の可用性状態を持つ可能性があり、検出可能です。

Available 1

リモート システムを検出するには、 Status プロパティの値が Available である必要があります。

適用対象

こちらもご覧ください