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

適用於