SystemParameters.IsRemotelyControlled プロパティ

定義

現在のセッションがリモート制御されているかどうかを示す値を取得します。

public:
 static property bool IsRemotelyControlled { bool get(); };
public static bool IsRemotelyControlled { [System.Security.SecurityCritical] get; }
public static bool IsRemotelyControlled { get; }
[<get: System.Security.SecurityCritical>]
static member IsRemotelyControlled : bool
static member IsRemotelyControlled : bool
Public Shared ReadOnly Property IsRemotelyControlled As Boolean

プロパティ値

現在のセッションがリモート制御されている場合は true。それ以外の場合は false

属性

注釈

このシステム メトリックは、ターミナル サービス環境で使用されます。

SM_REMOTECONTROLにマップします。 「GetSystemMetrics」を参照してください。

XAML 属性の使用方法

<object property="{ SystemParameters.IsRemotelyControlled}"/>

適用対象