摘要: http:// 或 https://基于 Web 的图像。ms-appx:///应用包中包含的图像。ms-appdata:///local/保存到本地存储中的图像。file:///本地图像。(仅支持桌面应用。)跳转到应用的评分页面:Uri uri = new Uri("ms-windows-store:PDP?PFN=" + Package.Current.Id.FamilyName);await Launcher.LaunchUriAsync(uri);Uri uri = new Uri("ms-windows-store:REVIEW?PFN=" + 阅读全文
posted @ 2012-12-14 17:23 博琼 阅读(324) 评论(0) 推荐(0)