次の方法で共有


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

注釈

この呼び出しは、リモート デスクトップで実行されているリモート デスクトップ ホスト サービスによって行われます。

適用対象