Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fumiya-kume/a3d9d200d06c5d40708a4bac92c99744 to your computer and use it in GitHub Desktop.
Save fumiya-kume/a3d9d200d06c5d40708a4bac92c99744 to your computer and use it in GitHub Desktop.
// 設定を保存する
// プロパティを取得
var Settings = Windows.Storage.ApplicationData.Current.RoamingSettings;
// 読みだす
var result = (string) Settings.Values["exampleSetting"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment