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 扩展,我需要知道是否添加或删除了新项目项或项目以准确更新我的扩展中包含的信息。发生这种情况时如何通知我?DTE 和解决方案对象提供了各种事件,但文档明确指出它仅供内部使用。
我在 MSDN 论坛上被告知只使用这些事件,即使它们被标记为仅限 Microsoft 内部使用。一些像 DocumentEvents 似乎没有正常工作。