2012-09-17 64 views
1

如何删除Windows phone模拟器chrome?我的Windows手机模拟器显示在模拟器右上角的铬。我想删除它。我该如何删除?显示chrome的windows phone模拟器

enter image description here

我想从右上角的删除号。

+0

不确定关注?你想要删除什么?也许截图可以说明你的问题? –

+0

看到图像,以便你可以得到想法 – Amol

回答

4

这些数字用于调试时的诊断。在您的App.xaml.cs就会有(构造函数)块:

// Show graphics profiling information while debugging. 
if (System.Diagnostics.Debugger.IsAttached) 
{ 
    // Display the current frame rate counters. 
    Application.Current.Host.Settings.EnableFrameRateCounter = true; 

无论是评论留置权出来,或将其设置为false将删除计数器,同时调试。在任何情况下,在调试器外调用应用程序时都不会显示这些内容。