====== 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 ==== Application.UnRegisterCodeTemplate(strKey, Syntax); ==== Visual Basic Script ==== Application.UnRegisterCodeTemplate strKey, Syntax ==== C++ ==== HRESULT hr = Application.UnRegisterCodeTemplate(strKey, Syntax); ===== See Also ===== [[:scripting:api:application:start|IApplication]] ~~NOTOC~~