0

我只是有一个简单的问题,如何关闭这个菜单? 链接到 pirntscreen 我在以下位置禁用了已经帧计数器:

#if DEBUG
if (System.Diagnostics.Debugger.IsAttached)
{
    //this.DebugSettings.EnableFrameRateCounter = true;
}
#endif

在方法中:

protected override void OnLaunched(LaunchActivatedEventArgs e);
4

1 回答 1

0

此 UI 来自 XAML,而不是 Win2D。

有关如何禁用它的信息:禁用 Visual Studio 2015 额外调试选项

于 2016-05-26T15:32:18.020 回答