scripting:api:project-manager:recent

Recent

Property of IProjectManager

Recent project files. SAFEARRAY of BSTR

Read-Only Property of type VARIANT

var pProjects = ProjectManager.Recent;
pProjects = ProjectManager.Recent
VARIANT pProjects;
HRESULT hr = ProjectManager.get_Recent(&pProjects);