从一个地铁应用程序调用另一个地铁应用
问题描述:
我看过一些帖子,知道 metro app无法启动桌面应用。另一个问题:我可以从我的地铁应用程序启动anoter metro应用程序吗?
I read some posts and know that metro app cannot launch desktop app. another question: can i start anoter metro app from my metro app?
答
您可以手动或以编程方式启动另一个城域应用程序。
You can launch another metro app manually or programmatically.
首先,您可以手动通过共享或搜索功能调用另一个城域应用程序。
Firstly, you can invoke another metro app through share or search features manually.
其次,您可以调用
launchDefaultProgramForFile(StorageFile) 启动另一个城域应用。
Secondly, you can call launchDefaultProgramForFile(StorageFile) to launch another metro app.