Пример #1
0
 /// <include file='doc\Project.uex' path='docs/doc[@for="Project.Project"]/*' />
 public Project()
 {
     this.automation = new Automation.OAProject(this);
     Project.ProjectList.Add(automation);
     this.hierarchyId = NativeMethods.VSITEMID_ROOT;
     // Load the hierarchy icoBns... //TODO: call a virtual routine
     this.ImageList = GetImageList();
     this.configProvider = new ConfigProvider(this);
     this.Tracker = new TrackDocumentsHelper(this);
 }
Пример #2
0
 /// <summary>
 /// Initialize projectNode
 /// </summary>
 private void Initialize()
 {
     this.ID = VSConstants.VSITEMID_ROOT;
     this.tracker = new TrackDocumentsHelper(this);
 }