这是什么,当我调试 xaml(通用)应用程序时?
What is this, when i debug xaml (Univesal) apps?
有谁知道调试 xaml 应用程序时那些黑框在哪里?
它也显示在 visual studio 之上。
我可以禁用它吗?
Thanxxx.
是FPS计数器。从 App.xaml.cs 中删除此行以禁用它。
this.DebugSettings.EnableFrameRateCounter = true;
有谁知道调试 xaml 应用程序时那些黑框在哪里?
它也显示在 visual studio 之上。 我可以禁用它吗?
Thanxxx.
是FPS计数器。从 App.xaml.cs 中删除此行以禁用它。
this.DebugSettings.EnableFrameRateCounter = true;