SettingsPaneCommandsRequestedEventArgs
SettingsPaneCommandsRequestedEventArgs
SettingsPaneCommandsRequestedEventArgs
SettingsPaneCommandsRequestedEventArgs
Class
Definition
Note
SettingsPaneCommandsRequestedEventArgs may be altered or unavailable for releases after Windows 10. Instead of using a SettingsPane, integrate settings options into the app experience. For more info, see Guidelines for app settings.
Contains arguments that are available from the event object during the CommandsRequested event.
public : sealed class SettingsPaneCommandsRequestedEventArgs : ISettingsPaneCommandsRequestedEventArgspublic sealed class SettingsPaneCommandsRequestedEventArgs : ISettingsPaneCommandsRequestedEventArgsPublic NotInheritable Class SettingsPaneCommandsRequestedEventArgs Implements ISettingsPaneCommandsRequestedEventArgs// You can use this class in JavaScript.
- Attributes
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
Xbox One Extensions for the UWP (introduced v10.0.10586.0)
|
| API contract |
Windows.UI.ApplicationSettings.ApplicationsSettingsContract (introduced v1)
|
Remarks
This class object is obtained from the event object during the CommandsRequested event.
Note
: This class is not agile, which means that you need to consider its threading model and marshaling behavior. For more info, see Threading and Marshaling (C++/CX) and Using Windows Runtime objects in a multithreaded environment (.NET).
Properties
Request Request Request Request
Note
SettingsPaneCommandsRequestedEventArgs may be altered or unavailable for releases after Windows 10. Instead of using a SettingsPane, integrate settings options into the app experience. For more info, see Guidelines for app settings.
An instance of SettingsPaneCommandsRequest that is made available during the CommandsRequested event.
public : SettingsPaneCommandsRequest Request { get; }public SettingsPaneCommandsRequest Request { get; }Public ReadOnly Property Request As SettingsPaneCommandsRequest// You can use this property in JavaScript.
- Value
- SettingsPaneCommandsRequest SettingsPaneCommandsRequest SettingsPaneCommandsRequest SettingsPaneCommandsRequest
The commands request object.