ストアアプリ 左上の数字を消す 左上の数字邪魔

(1) App.xaml.cs を開きます

(2) OnLaunchedを修正します
protected override void OnLaunched(LaunchActivatedEventArgs e)
{
#if DEBUG
if (System.Diagnostics.Debugger.IsAttached)
{
//this.DebugSettings.EnableFrameRateCounter = true;
}
#endif


コメントアウトします falseいれてもいいのですが、コメントアウトのほうが便利でしょう

EnableFramerateCounter
  • ホスト ブラウザーのステータス バーに現在のフレーム レートを表示するかどうかを示す値を取得または設定します
  • 既定値は、false です。