RemoteDesktopConnectionInfo.GetForLaunchUri(Uri, WindowId) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リモート デスクトップ接続に関連付けられている 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
パラメーター
戻り値
リモート デスクトップ接続に関連付けられている 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
するために登録する必要があります。