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. ====== Execute ====== Method of [[:scripting:api:code-template-handler:start|ICodeTemplateHandler]] ===== Description ===== Execute command ===== Parameters ===== * [[:scripting:api:text-view:start|ITextView]] **pView** * [[:scripting:api:range:overview|IRange]] **pRange** ===== Syntax ===== ==== JavaScript ==== <code javascript> CodeTemplateHandler.Execute(pView, pRange); </code>==== Visual Basic Script ==== <code vb> CodeTemplateHandler.Execute pView, pRange </code>==== C++ ==== <code cpp> HRESULT hr = CodeTemplateHandler.Execute(pView, pRange); </code>===== See Also ===== [[:scripting:api:code-template-handler:start|ICodeTemplateHandler]] ~~NOTOC~~