Method of IProjectManager
Load and activates project by name
var ppProject = ProjectManager.LoadProject(strPath);
ppProject = ProjectManager.LoadProject strPath
CComPtr<IProject> pProject; HRESULT hr = ProjectManager.LoadProject(strPath, &pProject);
IProjectManager