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 中引入)

适用于