Windows.UI.ApplicationSettings namespace

2 out of 3 rated this helpful - Rate this topic

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.

 

Enumerations

The Windows.UI.ApplicationSettings namespace has these enumerations.

EnumerationDescription
SettingsEdgeLocation Specifies the edge of the screen where the Settings charms appear.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

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

Metadata

Windows.winmd

See also

Samples
Application settings sample

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.