共用方式為


RemoteDesktopConnectionInfo 類別

定義

表示本機桌面上的遠端桌面連線。

重要

RemoteDesktopConnectionInfo API 是有限存取功能的一部分, (請參閱 LimitedAccessFeatures 類別) 。 如需詳細資訊或要求解除鎖定令牌,請使用 LAF存取令牌要求表單

public ref class RemoteDesktopConnectionInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 983040)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RemoteDesktopConnectionInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 983040)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RemoteDesktopConnectionInfo
Public NotInheritable Class RemoteDesktopConnectionInfo
繼承
Object Platform::Object IInspectable RemoteDesktopConnectionInfo
屬性

Windows 需求

裝置系列
Windows 11 Insider Preview (已於 10.0.23504.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v15.0 引進)

備註

藉由呼叫 GetForLaunchUri 來取得此類別的實例。

針對從 [工作] 檢視啟動之 CloudPCs 的遠端桌面連線,使用者可以在 [ 隱私權和安全性 > CloudPC ] 索引卷標下的 [設定] 應用程式中設定允許的重新導向。使用此 API 的應用程式可能會想要讀取下列登錄機碼,以接受 [設定] 應用程式中使用者所設定的 Cloud PC 組態:

功能 登錄金鑰
剪貼簿 HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\CloudPCSetting\AllowClipboardRedirection
印表機 HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\CloudPCSetting\AllowPrinterRedirection
本機硬碟 HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\CloudPCSetting\AllowLocalHardDriveRedirection
麥克風 HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\CloudPCSetting\AllowMicrophoneRedirection
位置 HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\CloudPCSetting\AllowLocationRedirection
相機 HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\CloudPCSetting\AllowCameraRedirection
智慧卡 HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\CloudPCSetting\AllowSmartCardRedirection
USB 連接埠 HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\CloudPCSetting\AllowUSBPortsRedirection
COM 通訊埠 HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\CloudPCSetting\AllowCOMPortsRedirection

每個索引鍵的值都是REG_DWORD,並使用下列語意來解譯:

  • Off 值:0
  • 值:1
  • 默認) 沒有值 (:1

方法

GetForLaunchUri(Uri, WindowId)

擷取與遠端桌面連線相關聯的 RemoteDesktopConnectionInfo ,並向操作系統註冊視窗來代表遠端桌面。

PerformLocalActionFromRemote(RemoteDesktopLocalAction)

表示本機桌面上的遠端桌面連線。

重要

RemoteDesktopConnectionInfo API 是有限存取功能的一部分, (請參閱 LimitedAccessFeatures 類別) 。 如需詳細資訊或要求解除鎖定令牌,請使用 LAF存取令牌要求表單

SetConnectionStatus(RemoteDesktopConnectionStatus)

設定與 RemoteDesktopConnectionInfo 相關聯的遠端桌面連線狀態。

SwitchToLocalSession()

通知操作系統使用者已要求切換至本機會話。

適用於