文文小星的blog
asp.net技术,C#,atlas
摘要: /// /// http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.shell.interop.ivsfilechangeevents(v=VS.90).aspx /// http://nativecli... 阅读全文
posted @ 2013-03-20 16:41 冯文元 阅读(320) 评论(1) 推荐(1) 编辑
摘要: public class SolutionEvents : IVsSolutionEvents3{}SolutionEvents solutionEvents = new SolutionEvents();IVsSolution solution = this.GetService(typeof... 阅读全文
posted @ 2013-03-20 16:39 冯文元 阅读(186) 评论(0) 推荐(0) 编辑
摘要: HierarchyEvents hierarchyEvent = new HierarchyEvents(pHierarchy);uint cookie;pHierarchy.AdviseHierarchyEvents(hierarchyEvent, out cookie); public cla... 阅读全文
posted @ 2013-03-20 16:35 冯文元 阅读(378) 评论(0) 推荐(0) 编辑