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.
我正在尝试访问在 Visual Studio 2008 项目使用的 .vsprops(属性表)中定义的用户宏。我找不到任何有关使用 VS 自动化和扩展功能(即 EnvDTE 等)访问 .vsprops 文件中的任何信息的文档。有谁知道这是否可能?
你检查过VCPropertySheet和其他接口吗?