Visual Studio 2010 是否支持 Windows Metro 风格应用程序?
Visual Studio 2010 是否支持 Windows Metro 风格应用程序?
我将构建一个 Microsoft WP7 应用程序。我有 Visual Studio 2010 并且安装了 SDK7.1。我没有选择 Metro 风格,那么我该怎么办?
Does Visual Studio 2010 support Windows Metro style applications?
I am going to build a Microsoft WP7 application. I have Visual Studio 2010 and I have installed SDK7.1. I am not getting Metro style as an option so what do I have to do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要获取 Visual Studio 11 Dev Preview 才能开始开发 Metro 应用程序。 Express 版本可以在 Windows 8 Dev Preview 中下载。
You will need to get the Visual Studio 11 Dev Preview to start working on Metro apps. The Express version can be downloaded in the Windows 8 Dev Preview.
如果您想构建 Windows Phone 应用程序,可以使用 Visual Studio 2010。如果您想构建 Windows 8 Metro 应用程序,则需要 Windows 8 和 Visual Studio 11 开发人员预览版,如 @Kenneth-Funk 提到的。
您无法将 WP7 应用程序转换为 Win 8 Metro。由于您要从 Silverlight 转向 WinRT 开发,因此您必须重写。
If you want to build a Windows Phone application, you can use Visual Studio 2010. If you want to build a Windows 8 Metro application, you need the Windows 8 and Visual Studio 11 developer previews as @Kenneth-Funk mentioned.
You can't convert your WP7 app to Win 8 Metro. You have to rewrite since you're moving from Silverlight to WinRT development.