摘要:
/// /// http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.shell.interop.ivsfilechangeevents(v=VS.90).aspx /// http://nativecli... 阅读全文
posted @ 2013-03-20 16:41
冯文元
阅读(339)
评论(1)
推荐(1)
摘要:
public class SolutionEvents : IVsSolutionEvents3{}SolutionEvents solutionEvents = new SolutionEvents();IVsSolution solution = this.GetService(typeof... 阅读全文
posted @ 2013-03-20 16:39
冯文元
阅读(194)
评论(0)
推荐(0)
摘要:
HierarchyEvents hierarchyEvent = new HierarchyEvents(pHierarchy);uint cookie;pHierarchy.AdviseHierarchyEvents(hierarchyEvent, out cookie); public cla... 阅读全文
posted @ 2013-03-20 16:35
冯文元
阅读(387)
评论(0)
推荐(0)