Share via


RemoteDesktopLocalAction Enum

Definition

Specifies a local action that can be performed by a remote desktop client app.

Important

The RemoteDesktopLocalAction API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, please use the LAF Access Token Request Form.

public enum class RemoteDesktopLocalAction
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 983040)]
enum class RemoteDesktopLocalAction
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 983040)]
public enum RemoteDesktopLocalAction
var value = Windows.System.RemoteDesktop.Provider.RemoteDesktopLocalAction.showBluetoothSettings
Public Enum RemoteDesktopLocalAction
Inheritance
RemoteDesktopLocalAction
Attributes

Windows requirements

Requirements Description
Device family
Windows 11 Insider Preview (introduced in 10.0.23504.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v15.0)

Fields

Name Value Description
ShowBluetoothSettings 0

Show Bluetooth settings.

ShowSystemSoundSettings 1
ShowSystemDisplaySettings 2
ShowSystemAccountSettings 3
ShowLocalSettings 4

Remarks

This enumeration is used by the PerformLocalActionRequestedEventArgs class.

Applies to