RemoteDesktopConnectionInfo.GetForLaunchUri(Uri, WindowId) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Recupera un remoteDesktopConnectionInfo associato a una connessione desktop remoto e registra una finestra con il sistema operativo per rappresentare il desktop remoto.
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
Parametri
URI di avvio usato dalla shell per avviare l'app client desktop remoto, con informazioni sulla sessione desktop remoto.
Restituisce
RemoteDesktopConnectionInfo associato alla connessione desktop remoto.
Commenti
Questa chiamata viene effettuata dall'app client desktop remoto in esecuzione sul desktop locale.
L'app provider completa l'handshake di avvio passando la stringa del protocollo di avvio a GetForLaunchUri.
Avviare URI
LaunchUri viene usato per avviare l'app client desktop remoto. Formato URI di esempio:
ms-remotedesktop:switch?remoteDesktopId={remote desktop Id}&correlationId={correlation Id}&supportBluetoothSettings=false
Le app client desktop remoto devono registrarsi per gestire lo schema URI per abilitare l'avvio ms-remotedesktop-launch
Windows 365 PC cloud usando Windows 365 Switch. Formato URI di esempio:
ms-remotedesktop-launch:?supportBluetoothSettings={true if local PC supports Bluetooth settings page}&correlationId={correlation Id}
Le app client desktop remoto devono registrarsi per gestire lo ms-remotedesktop-launch
schema Uri se vogliono avviare Windows 365 PC cloud usando Windows 365 Avvio.