-
Notifications
You must be signed in to change notification settings - Fork 107
AppManifestHelper
Tim Heuer edited this page Oct 23, 2013
·
3 revisions
A helper API that retrieves some data from your app's AppxManifest.xml file for you.
Within your App.xaml.cs, you can initialize various SettingsFlyouts:
var _visualElement = await AppManifestHelper.GetManifestVisualElementsAsync();
- 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.