Share via


RemoteSystemConnectionRequest.RemoteSystemApp プロパティ

定義

アプリが通信するリモート アプリケーションを表します。

public:
 property RemoteSystemApp ^ RemoteSystemApp { RemoteSystemApp ^ get(); };
RemoteSystemApp RemoteSystemApp();
public RemoteSystemApp RemoteSystemApp { get; }
var remoteSystemApp = remoteSystemConnectionRequest.remoteSystemApp;
Public ReadOnly Property RemoteSystemApp As RemoteSystemApp

プロパティ値

通信するリモート アプリケーション。

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

適用対象