共用方式為


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。

適用於