This sample demonstrates how to use the ApplicationSettings API and settings flyouts to integrate an app's settings UI with the Settings charm.
The sample uses the Windows.UI.ApplicationSettings namespace and WinJS.UI.SettingsFlyout .
The Settings charm provides users with a consolidated place for fast, in-context access to settings that affect the current Windows Store app experience. By participating in the Settings contract, an app can include app-specified settings commands in the Settings charm and launch the corresponding settings UI from that standard entry point.
To obtain an evaluation copy of Windows 8, go to Windows 8.
To obtain an evaluation copy of Microsoft Visual Studio 2012, go to Visual Studio 2012.
Related topics
Operating system requirements
| Client | |
|---|---|
| Server |
Build the sample
- Start Microsoft Visual Studio Express 2012 for Windows 8 and select File > Open > Project/Solution.
- Go to the directory in which you unzipped the sample. Go to the directory named for the sample, and double-click the Visual Studio Express 2012 for Windows 8 Solution (.sln) file.
- Press F7 or use Build > Build Solution to build the sample.
Run the sample
To debug the app and then run it, press F5 or use Debug > Start Debugging. To run the app without debugging, press Ctrl+F5 or use Debug > Start Without Debugging.