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}"/>

적용 대상