====== 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 ====
var pProjects = ProjectManager.Recent;
==== Visual Basic Script ====
pProjects = ProjectManager.Recent
==== C++ ====
VARIANT pProjects;
HRESULT hr = ProjectManager.get_Recent(&pProjects);
===== See Also =====
[[:scripting:api:project-manager:start|IProjectManager]]
~~NOTOC~~