Windows.UI.ApplicationSettings namespace

Expand
This topic has not yet been rated - Rate this topic

Windows.UI.ApplicationSettings namespace

[This documentation is preliminary and is subject to change.]

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.

Members

The Windows.UI.ApplicationSettings namespace has these types of members:

Classes

The Windows.UI.ApplicationSettings namespace has these classes.

ClassDescription
SettingsCommand Creates a settings command object that represents a settings entry. This settings command can be appended to the ApplicationCommands vector.
SettingsPane 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 Contains properties that are only available during the CommandsRequested event.
SettingsPaneCommandsRequestedEventArgs Contains arguments that are available from the event object during the CommandsRequested event.

 

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.ApplicationSettings
Windows::UI::ApplicationSettings [C++]

Metadata

Windows.winmd

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD