次の方法で共有


RemoteDesktopConnectionInfo.GetForLaunchUri(Uri, WindowId) メソッド

定義

リモート デスクトップ接続に関連付けられている RemoteDesktopConnectionInfo を取得し、リモート デスクトップを表すウィンドウを OS に登録します。

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

パラメーター

launchUri
Uri Uri

リモート デスクトップ セッションに関する情報を含む、リモート デスクトップ クライアント アプリを起動するためにシェルによって使用される起動 URI。

windowId
WindowId

リモート デスクトップを表すウィンドウの WindowId

戻り値

リモート デスクトップ接続に関連付けられている RemoteDesktopConnectionInfo

注釈

この呼び出しは、ローカル デスクトップで実行されているリモート デスクトップ クライアント アプリによって行われます。

プロバイダー アプリは、起動プロトコル文字列を GetForLaunchUri に渡すことによって、起動ハンドシェイクを完了します。

URI の起動

launchUri は、リモート デスクトップ クライアント アプリを起動するために使用されます。 URI 形式の例:

ms-remotedesktop:switch?remoteDesktopId={remote desktop Id}&correlationId={correlation Id}&supportBluetoothSettings=false

リモート デスクトップ クライアント アプリは、WINDOWS 365 スイッチをms-remotedesktop-launch使用してクラウド PC Windows 365起動できるように URI スキームを処理するために登録する必要があります。 URI 形式の例:

ms-remotedesktop-launch:?supportBluetoothSettings={true if local PC supports Bluetooth settings page}&correlationId={correlation Id}

リモート デスクトップ クライアント アプリは、Windows 365 ブートを使用してクラウド PC Windows 365起動する場合、Uri スキームを処理ms-remotedesktop-launchするために登録する必要があります。

適用対象