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/82ad5172cbf84c65fb2db9794783d679 to your computer and use it in GitHub Desktop.
Save fumiya-kume/82ad5172cbf84c65fb2db9794783d679 to your computer and use it in GitHub Desktop.
// 設定を保存する
// プロパティを取得
var Settings = Windows.Storage.ApplicationData.Current.RoamingSettings;
// 保存
Settings.Values["hoge"] = "hoge hoge";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment