다음을 통해 공유


RemoteDesktopConnectionRemoteInfo.GetForLaunchUri(Uri) 메서드

정의

원격 데스크톱 연결과 연결된 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

매개 변수

launchUri
Uri Uri

원격 데스크톱 세션에 대한 정보가 포함된 시작 URI입니다. 이 URI는 로컬 컴퓨터에서 실행되는 원격 데스크톱 클라이언트에서 원격 컴퓨터에서 실행되는 호스트 서비스로 네트워크 연결을 통해 전달됩니다.

반환

원격 데스크톱 연결과 연결된 RemoteDesktopConnectionRemoteInfo 입니다.

설명

이 호출은 원격 데스크톱에서 실행되는 원격 데스크톱 호스트 서비스에서 수행됩니다.

적용 대상