RemoteSystemConnectionRequest.CreateForApp(RemoteSystemApp) 方法

定义

为远程系统上的特定应用程序初始化 RemoteSystemConnectionRequest 类的新实例。

public:
 static RemoteSystemConnectionRequest ^ CreateForApp(RemoteSystemApp ^ remoteSystemApp);
 static RemoteSystemConnectionRequest CreateForApp(RemoteSystemApp const& remoteSystemApp);
public static RemoteSystemConnectionRequest CreateForApp(RemoteSystemApp remoteSystemApp);
function createForApp(remoteSystemApp)
Public Shared Function CreateForApp (remoteSystemApp As RemoteSystemApp) As RemoteSystemConnectionRequest

参数

remoteSystemApp
RemoteSystemApp

要尝试连接到的基础远程应用程序。

返回

RemoteSystemConnectionRequest 类的实例。

Windows 要求

设备系列
Windows 10, version 1809 (在 10.0.17763.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v7.0 中引入)

适用于