Skip to content

AppManifestHelper

Tim Heuer edited this page Oct 23, 2013 · 3 revisions

AppManifestHelper

What it is

A helper API that retrieves some data from your app's AppxManifest.xml file for you.

Usage

Within your App.xaml.cs, you can initialize various SettingsFlyouts:

var _visualElement = await AppManifestHelper.GetManifestVisualElementsAsync();

Known Issues

  • This assumes only one element per manifest.
  • The latest release supports only the Windows 8.1 schema which had moved a few visual elements around.
Clone this wiki locally