SystemParameters.IsRemotelyControlled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the current session is remotely controlled.
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
Property Value
true
if the current session is remotely controlled; otherwise, false
.
- Attributes
Remarks
This system metric is used in a Terminal Services environment.
Maps to SM_REMOTECONTROL. See GetSystemMetrics.
XAML attribute usage
<object property="{ SystemParameters.IsRemotelyControlled}
"/>
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.