Windows.UI.ApplicationSettings.ApplicationsSettingsContract
Specifies the edge of the screen where the Settings charms appear.
SettingsEdgeLocation is deprecated and might not work on all platforms. For more info, see MSDN.
The Settings charm appears on the left edge of the screen.
The Settings charm appears on the right edge of the screen.
A static class that enables the app to control the Settings Charm pane. The app can add or remove commands, receive a notification when the user opens the pane, or open the pane programmatically.
SettingsPane is deprecated and might not work on all platforms. For more info, see MSDN.
Gets a value indicating whether the Settings charm appears on the left or right edge of the screen.
The location of the Settings charm.
Occurs when the user opens the settings pane. Listening for this event lets the app initialize the setting commands and pause its UI until the user closes the pane.
Gets a SettingsPane object that is associated with the current app view (that is, with CoreWindow ).
SettingsPane is deprecated and might not work on all platforms. For more info, see MSDN.
The settings pane.
Displays the Settings Charm pane to the user.
SettingsPane is deprecated and might not work on all platforms. For more info, see MSDN.
Contains properties that are only available during the CommandsRequested event.
SettingsPaneCommandsRequest is deprecated and might not work on all platforms. For more info, see MSDN.
A vector that is available during the CommandsRequested event. Append SettingsCommand objects to it to make them available to the SettingsPane UI.
The vector of SettingsCommand objects.
Contains arguments that are available from the event object during the CommandsRequested event.
SettingsPaneCommandsRequestedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.
An instance of SettingsPaneCommandsRequest that is made available during the CommandsRequested event.
The commands request object.