Microsoft.VisualStudio.Project.ProjectNode.GetAutomationObject C# (CSharp) Method

GetAutomationObject() public method

Gets the automation object for the project node.
public GetAutomationObject ( ) : object
return object
        public override object GetAutomationObject()
        {
            return new Automation.OAProject(this);
        }
ProjectNode