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. ====== Commands ====== Property of [[:scripting:api:application:start|IApplication]] ===== Description ===== Command list. SAFEARRAY of BSTR ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:VARIANT|VARIANT]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pCommands = Application.Commands; </code>==== Visual Basic Script ==== <code vb> pCommands = Application.Commands </code>==== C++ ==== <code cpp> VARIANT pCommands; HRESULT hr = Application.get_Commands(&pCommands); </code>===== Remarks ===== Example of how to work with SAFEARRAY objects can be found [[scripting:safearray|here]]. ===== See Also ===== [[:scripting:api:application:start|IApplication]] ~~NOTOC~~