/// <summary> /// Returs an Iron Python FileNode specific object implmenting DTE.ProjectItem /// </summary> /// <returns></returns> public override object GetAutomationObject() { if (null == automationObject) { automationObject = new OAIronPythonFileItem(this.ProjectMgr.GetAutomationObject() as OAProject, this); } return(automationObject); }
/// <summary> /// Returs an Iron Python FileNode specific object implmenting DTE.ProjectItem /// </summary> /// <returns></returns> public override object GetAutomationObject() { if (null == automationObject) { automationObject = new OAIronPythonFileItem(this.ProjectMgr.GetAutomationObject() as OAProject, this); } return automationObject; }