scripting:api:application:shell

Shell

Property of IApplication

Shell Object

Read-Only Property of type IShell

var pShellObj = Application.Shell;

==== Visual Basic Script ====

pShellObj = Application.Shell

==== C++ ====

CComPtr<IShell> pShellObj;
HRESULT hr = Application.get_Shell(&pShellObj);

===== See Also ===== IApplication