简体   繁体   English

需要MsHtml更新以获取新的Internet Explorer版本

[英]Need MsHtml update for new Internet Explorer versions

Since Internet Explorer 9 there is a new interface IDOMDocumentType ( http://msdn.microsoft.com/en-us/library/ff975983%28v=vs.85%29.aspx ). 从Internet Explorer 9开始,有了新的接口IDOMDocumentTypehttp://msdn.microsoft.com/zh-cn/library/ff975983%28v=vs.85%29.aspx )。

These interfaces are declared in mshtml.h . 这些接口在mshtml.h中声明。 But I have Visual Studio 2005 which does not yet have this interface declaration. 但是我有Visual Studio 2005,它还没有此接口声明。 And even if this interface was declared in a Visual Studio 2012 file I will not install a new Visual Studio just to get a declaration of 20 lines of code! 即使在Visual Studio 2012文件中声明了此接口,我也不会仅为了声明20行代码而安装新的Visual Studio! My disk is already full! 我的磁盘已满!

I know that this is not necessary and I can do this easily with Visual Studio 2005 if I add 20 lines to my code. 我知道这不是必需的,并且如果在代码中添加20行,我可以使用Visual Studio 2005轻松地做到这一点。

Can anybody tell me if Microsoft publishes updates for developers for new Internet Explorer versions and where to find them? 谁能告诉我微软是否为开发人员发布了Internet Explorer新版本的更新以及在何处找到它们?

If not, where can I find a mshtml.h which contains the new interfaces of Internet Explorer 9 ? 如果没有,我在哪里可以找到包含Internet Explorer 9新接口的mshtml.h

Elmü 埃尔穆

I just found the answer myself. 我自己找到了答案。

As it may be usefull for anybody I don't delete my question. 因为这可能对任何人有用,所以我不要删除我的问题。

Here is the answer: http://www.microsoft.com/en-us/download/details.aspx?id=22934 答案是这里: http : //www.microsoft.com/zh-cn/download/details.aspx?id=22934

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

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