windows phone 8.1如何访问应用商店,商店评论的连接_移动开发_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > 移动开发 > windows phone 8.1如何访问应用商店,商店评论的连接

windows phone 8.1如何访问应用商店,商店评论的连接

 2014/12/8 9:50:03  大黑兔  程序员俱乐部  我要评论(0)
  • 摘要:WindowsPhone8.1中可以使用这个链接跳转到应用评论页面:awaitWindows.System.Launcher.LaunchUriAsync(newUri("ms-windows-store:reviewapp?appid="+CurrentApp.AppId));
  • 标签:Windows 应用 评论 连接

Windows Phone 8.1 中可以使用这个链接跳转到应用评论页面:

 

await Windows.System.Launcher.LaunchUriAsync(

new Uri("ms-windows-store:reviewapp?appid=" + CurrentApp.AppId));

 

 

 

 

 

 

 

 

发表评论
用户名: 匿名