次の方法で共有


RemoteDesktopConnectionRemoteInfo クラス

定義

リモート デスクトップ上のリモート デスクトップ接続を表します。

重要

RemoteDesktopConnectionRemoteInfo API は、制限付きアクセス機能の一部です (「LimitedAccessFeatures クラス」を参照)。 詳細またはロック解除トークンを要求するには、 LAF アクセス トークン要求フォームを使用してください。

public ref class RemoteDesktopConnectionRemoteInfo sealed : IClosable
/// [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 RemoteDesktopConnectionRemoteInfo final : IClosable
[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 RemoteDesktopConnectionRemoteInfo : System.IDisposable
Public NotInheritable Class RemoteDesktopConnectionRemoteInfo
Implements IDisposable
継承
Object Platform::Object IInspectable RemoteDesktopConnectionRemoteInfo
属性
実装

Windows の要件

デバイス ファミリ
Windows 11 Insider Preview (10.0.23504.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v15.0 で導入)

注釈

GetForLaunchUri を呼び出して、このクラスのインスタンスを取得します。

メソッド

Close()

RemoteDesktopConnectionRemoteInfo を閉じ、関連付けられているリソースをクリーンアップします。

Current()

リモート デスクトップ上のリモート デスクトップ接続を表します。

重要

RemoteDesktopConnectionRemoteInfo API は、制限付きアクセス機能の一部です (「LimitedAccessFeatures クラス」を参照)。 詳細またはロック解除トークンを要求するには、 LAF アクセス トークン要求フォームを使用してください。

Dispose()

アンマネージ リソースの解放またはリセットに関連付けられているアプリケーション定義のタスクを実行します。

GetForLaunchUri(Uri)

リモート デスクトップ接続に関連付けられている RemoteDesktopConnectionRemoteInfo を取得します

IsSupported()

リモート デスクトップ上のリモート デスクトップ接続を表します。

重要

RemoteDesktopConnectionRemoteInfo API は、制限付きアクセス機能の一部です (「LimitedAccessFeatures クラス」を参照)。 詳細またはロック解除トークンを要求するには、 LAF アクセス トークン要求フォームを使用してください。

IsSwitchSupported()

アプリが実行されている Windows のバージョンで RemoteDesktopConnectionRemoteInfo の切り替え API がサポートされているかどうかを示す値を取得します。

ReportSwitched()

ユーザーがリモート デスクトップに切り替わったことをリモート デスクトップ上の OS に通知し、OS がスイッチを反映した UI を表示できるようにします。

イベント

PerformLocalActionRequested

アプリがリモート デスクトップでローカル アクションを実行する要求がある場合に発生します。

SwitchToLocalSessionRequested

ユーザーがローカル デスクトップへの切り替えを要求したときに、リモート デスクトップ ホスト サービスで発生します。

適用対象