RemoteDesktopConnectionRemoteInfo.GetForLaunchUri(Uri) 方法

定义

检索与远程桌面连接关联的 RemoteDesktopConnectionRemoteInfo

public:
 static RemoteDesktopConnectionRemoteInfo ^ GetForLaunchUri(Uri ^ launchUri);
 static RemoteDesktopConnectionRemoteInfo GetForLaunchUri(Uri const& launchUri);
public static RemoteDesktopConnectionRemoteInfo GetForLaunchUri(System.Uri launchUri);
function getForLaunchUri(launchUri)
Public Shared Function GetForLaunchUri (launchUri As Uri) As RemoteDesktopConnectionRemoteInfo

参数

launchUri
Uri Uri

包含远程桌面会话相关信息的启动 URI。 此 URI 通过网络连接从本地计算机上运行的远程桌面客户端传递到远程计算机上运行的主机服务。

返回

与远程桌面连接关联的 RemoteDesktopConnectionRemoteInfo

注解

此调用由远程桌面上运行的远程桌面主机服务进行。

适用于