RemoteSystemStatusType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含描述遠端系統狀態類型的值。 這是 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屬性值,才能進行探索。 |