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.
TextEditorEvents.LineChanged听听检查代码文件是否已被修改似乎是一个很好的事件。我可以听什么事件来查看项目或解决方案文件何时被修改(编译器选项更改等)?
TextEditorEvents.LineChanged
项目由项目接口覆盖。其中有一个Saved 属性,表示项目自上次保存以来已更改。ProjectEvents 接口可以提供事件。