다음을 통해 공유


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 스위치를 사용하여 Windows 365 클라우드 PC를 시작할 수 있도록 URI 체계를 처리하기 ms-remotedesktop-launch 위해 등록해야 합니다. 예제 URI 형식:

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

원격 데스크톱 클라이언트 앱은 Windows 365 부팅을 사용하여 Windows 365 클라우드 PC를 시작하려는 경우 Uri 체계를 처리하기 ms-remotedesktop-launch 위해 등록해야 합니다.

적용 대상