如何关闭Win2D Windows 10 Universal App中的附加菜单

时间:2016-05-26 13:14:50

标签: c# windows universal win2d

我只是有一个简单的问题,如何关闭此菜单? LINK to pirntscreen 我禁用了帧计数器:

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

protected override void OnLaunched(LaunchActivatedEventArgs e);

1 个答案:

答案 0 :(得分:0)

此UI来自XAML,而不是Win2D。

有关如何停用它的信息:Disable Visual Studio 2015 extra debug option