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. ====== UnRegisterCodeTemplate ====== Method of [[:scripting:api:application:start|IApplication]] ===== Description ===== UnRegister Code Template handler ===== Parameters ===== * [[scripting:api:data-type:BSTR|BSTR]] **strKey** * [[scripting:api:data-type:VARIANT|VARIANT]] **Syntax** (optional) ===== Syntax ===== ==== JavaScript ==== <code javascript> Application.UnRegisterCodeTemplate(strKey, Syntax); </code>==== Visual Basic Script ==== <code vb> Application.UnRegisterCodeTemplate strKey, Syntax </code>==== C++ ==== <code cpp> HRESULT hr = Application.UnRegisterCodeTemplate(strKey, Syntax); </code>===== See Also ===== [[:scripting:api:application:start|IApplication]] ~~NOTOC~~