次の方法で共有


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()

現在のデバイスでローカル セッションへの切り替えが有効かどうかを示す値を取得します。

適用対象