共用方式為


RemoteSystemPlatform 列舉

定義

包含值,描述遠端系統可以執行的作業系統平臺。

public enum class RemoteSystemPlatform
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class RemoteSystemPlatform
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum RemoteSystemPlatform
var value = Windows.System.RemoteSystems.RemoteSystemPlatform.unknown
Public Enum RemoteSystemPlatform
繼承
RemoteSystemPlatform
屬性

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)

欄位

Android 2

裝置正在執行 Android。

Ios 3

裝置正在執行 iOS。

Linux 4

裝置正在執行 Linux。

Unknown 0

OS 平臺不明。

Windows 1

裝置正在執行 Windows。

適用於