次の方法で共有


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 を統合するアプリケーションでは、各プラットフォームに合わせたユーザー エクスペリエンスを提供する必要があります。 たとえば、Google Play ストアや Apple のApp Storeに対して、接続されているすべてのシステムに Microsoft Store 上のアプリへのリンクを送信します。

適用対象