RemoteDesktopLocalAction Enum
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.
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
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.