var pPanes = Application.Panes;
==== Visual Basic Script ====
pPanes = Application.Panes
==== C++ ====
CComPtr pPanes;
HRESULT hr = Application.get_Panes(&pPanes);
===== See Also =====
[[:scripting:api:application:start|IApplication]]
~~NOTOC~~