我做了一个提示框. 在没有网络的时候. 点击确定前往系统的网络设置.
该怎么打开系统的网络设置呢?
我做了一个提示框. 在没有网络的时候. 点击确定前往系统的网络设置. 该怎么打开系统的网络设置呢?
Windows.UI.ApplicationSettings.SettingsPane.Show();
只找到了这个..勉强用着了...
而且我发现在模拟器和本机都无法使用这个语句. 在Surface上是可以的...
Hi,
实际上这个语句并不是用来显示网络设置的,而是显示应用的设置。
我们是不推荐应用跟系统的设置通过程序控制进行交互的,希望都是通过用户自己来进行设定。
Aaron MSDN Community Support | Feedback to us Develop and promote your apps in Windows Store Please remember to mark the replies as answers if they help and unmark them if they provide no help.