RemoteSystem.Platform 属性

定义

获取一个值,该值描述此远程系统运行的 OS 平台。

public:
 property RemoteSystemPlatform Platform { RemoteSystemPlatform get(); };
RemoteSystemPlatform Platform();
public RemoteSystemPlatform Platform { get; }
var remoteSystemPlatform = remoteSystem.platform;
Public ReadOnly Property Platform As RemoteSystemPlatform

属性值

对应 远程系统的 RemoteSystemPlatform 值。

Windows 要求

设备系列
Windows 10, version 1803 (在 10.0.17134.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v6.0 中引入)

注解

跨多个平台集成远程系统 API 的应用程序应提供针对每个平台定制的用户体验。 例如:向所有连接的系统发送指向 Microsoft Store 上的应用的链接,而不是 Google Play Store 或 Apple App Store。

适用于