摘要:
/// /// http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.shell.interop.ivsfilechangeevents(v=VS.90).aspx /// http://nativecli... 阅读全文
摘要:
public class SolutionEvents : IVsSolutionEvents3{}SolutionEvents solutionEvents = new SolutionEvents();IVsSolution solution = this.GetService(typeof... 阅读全文
摘要:
HierarchyEvents hierarchyEvent = new HierarchyEvents(pHierarchy);uint cookie;pHierarchy.AdviseHierarchyEvents(hierarchyEvent, out cookie); public cla... 阅读全文