简体   繁体   English

我可以以编程方式关闭vb.net中的Windows Phone 8应用程序

[英]Can I programatically close a windows phone 8 application in vb.net

如何在单击图像时以编程方式关闭vb.net中的Windows Phone 8应用程序

On WP8 you can do it using 在WP8上,您可以使用

Application.Current.Terminate();

but it's not really recommended... 但这不是真的推荐...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM