RemoteDesktopConnectionRemoteInfo.GetForLaunchUri(Uri) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索与远程桌面连接关联的 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
参数
返回
与远程桌面连接关联的 RemoteDesktopConnectionRemoteInfo 。
注解
此调用由远程桌面上运行的远程桌面主机服务进行。