简体   繁体   English

Metro应用程序可以在Windows XP或Windows 7上运行吗?

[英]Do Metro apps work on Windows XP or Windows 7?

I'm building a desktop program using Visual Studio and noticed that they added support for Metro apps. 我正在使用Visual Studio构建桌面程序,并注意到他们添加了对Metro应用程序的支持。 Do these work on XP and 7 as well (desktop applications)? 这些也适用于XP和7(桌面应用程序)吗?

No. 没有。

Metro-style applications are completely new to Windows 8. Metro风格的应用程序是Windows 8的全新应用程序。

To make Windows 8-style applications with multi-touch support for Windows 7 (and maybe for XP, I am not sure), it is possible to use Microsoft Surface SDK: http://msdn.microsoft.com/en-us/library/ff727815.aspx But this SDK is just addition to .NET Framework. 为了使Windows 8风格的应用程序具有Windows 7的多点触控支持(也许对于XP,我不确定),可以使用Microsoft Surface SDK: http//msdn.microsoft.com/en-us/ library / ff727815.aspx但是这个SDK只是.NET Framework的补充。 When program written with Surface SDK is executed in Windows 8, it runs inside the Desktop subsystem, and not in native Windows 8 environment. 使用Surface SDK编写的程序在Windows 8中执行时,它在Desktop子系统内运行,而不是在本机Windows 8环境中运行。 Real Metro applications run only in Windows 8. Real Metro应用程序仅在Windows 8中运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM