Shell
Property of IApplication
Description
Shell Object
Property type
Read-Only Property of type IShell
Syntax
JavaScript
var pShellObj = Application.Shell;
==== Visual Basic Script ====
pShellObj = Application.Shell
==== C++ ====
CComPtr<IShell> pShellObj; HRESULT hr = Application.get_Shell(&pShellObj);
===== See Also ===== IApplication