Navigation Menu

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