SystemParameters.IsRemotelyControlled Propriété

Définition

Obtient une valeur qui indique si la session active est contrôlée à distance.

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

Valeur de propriété

true si la session active est contrôlée à distance ; sinon, false.

Attributs

Remarques

Cette métrique système est utilisée dans un environnement Terminal Services.

Mappe à SM_REMOTECONTROL. Consultez GetSystemMetrics.

Utilisation des attributs XAML

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

S’applique à