Windows.UI.ApplicationSettings
Windows.UI.ApplicationSettings
Windows.UI.ApplicationSettings
Windows.UI.ApplicationSettings
Namespace
Provides classes that allow developers to define the app settings that appear in the settings pane of the Windows shell. The settings pane provides a consistent place for users to access app settings.
Classes
| AccountsSettingsPane AccountsSettingsPane AccountsSettingsPane AccountsSettingsPane |
Provides methods to show the accounts pane and also to enable the app to register callbacks when the accounts flyout is about to be displayed. |
| AccountsSettingsPaneCommandsRequestedEventArgs AccountsSettingsPaneCommandsRequestedEventArgs AccountsSettingsPaneCommandsRequestedEventArgs AccountsSettingsPaneCommandsRequestedEventArgs |
Provides data for the AccountCommandsRequested event. |
| AccountsSettingsPaneEventDeferral AccountsSettingsPaneEventDeferral AccountsSettingsPaneEventDeferral AccountsSettingsPaneEventDeferral |
Enables the app to signal when it has finished populating command collections while handling the AccountCommandsRequested event. |
| CredentialCommand CredentialCommand CredentialCommand CredentialCommand |
Deprecated. Represents a command for changing web account credentials in the account settings pane. |
| SettingsCommand SettingsCommand SettingsCommand SettingsCommand |
Creates a settings command object that represents a settings entry. This settings command can be appended to the ApplicationCommands vector. |
| SettingsPane SettingsPane SettingsPane SettingsPane |
NoteSettingsPane 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. 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. |
| SettingsPaneCommandsRequest SettingsPaneCommandsRequest SettingsPaneCommandsRequest SettingsPaneCommandsRequest |
NoteSettingsPaneCommandsRequest 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 properties that are only available during the CommandsRequested event. |
| SettingsPaneCommandsRequestedEventArgs SettingsPaneCommandsRequestedEventArgs SettingsPaneCommandsRequestedEventArgs SettingsPaneCommandsRequestedEventArgs |
NoteSettingsPaneCommandsRequestedEventArgs 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. |
| WebAccountCommand WebAccountCommand WebAccountCommand WebAccountCommand |
Associates a command with a WebAccount in the account settings pane.. |
| WebAccountInvokedArgs WebAccountInvokedArgs WebAccountInvokedArgs WebAccountInvokedArgs |
Provides data for the WebAccountCommandInvokedHandler delegate. |
| WebAccountProviderCommand WebAccountProviderCommand WebAccountProviderCommand WebAccountProviderCommand |
Associates a provider command with a WebAccountProvider in the account settings pane. |
Enums
| SettingsEdgeLocation SettingsEdgeLocation SettingsEdgeLocation SettingsEdgeLocation |
Specifies the edge of the screen where the Settings charms appear. |
| SupportedWebAccountActions SupportedWebAccountActions SupportedWebAccountActions SupportedWebAccountActions |
Specifies actions that your app enables on an web account instance in the account settings pane. |
| WebAccountAction WebAccountAction WebAccountAction WebAccountAction |
Specifies actions that your app does on an web account. |
Delegates
| CredentialCommandCredentialDeletedHandler CredentialCommandCredentialDeletedHandler CredentialCommandCredentialDeletedHandler CredentialCommandCredentialDeletedHandler |
Represents the method that's invoked by the account settings pane when the user deletes a credential. |
| WebAccountCommandInvokedHandler WebAccountCommandInvokedHandler WebAccountCommandInvokedHandler WebAccountCommandInvokedHandler |
Represents the method that's invoked when the user selects an account and a specific action in the account settings pane. |
| WebAccountProviderCommandInvokedHandler WebAccountProviderCommandInvokedHandler WebAccountProviderCommandInvokedHandler WebAccountProviderCommandInvokedHandler |
Represents the method that's invoked when the user selects an account and a specific action in the account settings pane. |