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

Load() public method

public Load ( string fileName, uint mode, int readOnly ) : int
fileName string
mode uint
readOnly int
return int
        public virtual int Load(string fileName, uint mode, int readOnly)
        {
            this.filename = fileName;
            this.Reload();
            return VSConstants.S_OK;
        }

Same methods

ProjectNode::Load ( string fileName, string location, string name, uint flags, Guid &iidProject, int &canceled ) : void
ProjectNode