RemoteSystem.Platform プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このリモート システムが実行されている 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 上のアプリへのリンクを送信します。