Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Recent ====== Property of [[:scripting:api:project-manager:start|IProjectManager]] ===== Description ===== Recent project files. SAFEARRAY of BSTR ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:VARIANT|VARIANT]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pProjects = ProjectManager.Recent; </code>==== Visual Basic Script ==== <code vb> pProjects = ProjectManager.Recent </code>==== C++ ==== <code cpp> VARIANT pProjects; HRESULT hr = ProjectManager.get_Recent(&pProjects); </code>===== See Also ===== [[:scripting:api:project-manager:start|IProjectManager]] ~~NOTOC~~