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 才能被发现。

适用于

另请参阅