RemoteDesktopRegistrar 类

定义

提供用于查询 Windows.System.RemoteDesktop.Provider API 启用的远程桌面功能状态的方法。

重要

RemoteDesktopRegistrar API 是受限访问功能 (请参阅 LimitedAccessFeatures 类) 的一部分。 有关详细信息或请求解锁令牌,请使用 LAF 访问令牌请求表单

public ref class RemoteDesktopRegistrar abstract 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 RemoteDesktopRegistrar 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 static class RemoteDesktopRegistrar
Public Class RemoteDesktopRegistrar
继承
Object Platform::Object IInspectable RemoteDesktopRegistrar
属性

Windows 要求

设备系列
Windows 11 Insider Preview (在 10.0.23504.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v15.0 中引入)

属性

DesktopInfos

获取表示当前启用的远程桌面连接的 RemoteDesktopInfo 对象的列表。

方法

IsSwitchToLocalSessionEnabled()

获取一个值,该值指示是否在当前设备上启用切换到本地会话。

适用于