Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是com互操作,反编译等的新手。
我正在尝试使用此处建议的解决方案。但是,我不知道如何从 Windows SDK 中访问 UIAutomationClient.h。到目前为止,我的研究发现在安装 SDK 而没有实际使用它时出现建议/错误。
如何在 Visual Studio(或其他方式)中打开 SDK,以便浏览此文件?
正如@HansPassant 所提到的,这些文件位于以下位置,具体取决于 Visual Studio 版本:
VS2010: C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\UIAutomationClient.idl VS2012: C:\Program Files (x86)\Windows Kits\8.0\Include\um\UIAutomationClient.idl