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

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

Fields

ShowBluetoothSettings 0

Show Bluetooth settings.

ShowLocalSettings 4
ShowSystemAccountSettings 3
ShowSystemDisplaySettings 2
ShowSystemSoundSettings 1

Remarks

This enumeration is used by the PerformLocalActionRequestedEventArgs class.

Applies to