How to know the which activity is ruuning in windows phone 7?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-25 18:16:14

问题


How to know if an activity is currently running in windows phone 7?


回答1:


As of now there is no API to get the currently running task as the assumption is that you invoked the task yourself and thus have no need to retrieve this programmaticaly. It is also important to note that unless you are working with native code or interop there is no supported way to interact with other applications other than those defined in Microsoft.Phone.Tasks



来源:https://stackoverflow.com/questions/8679250/how-to-know-the-which-activity-is-ruuning-in-windows-phone-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!