scripting:api:application:register-code-template

RegisterCodeTemplate

Method of IApplication

Register Code Template handler

Application.RegisterCodeTemplate(strKey, pCodeTemplateHandler, Syntax);

==== Visual Basic Script ====

Application.RegisterCodeTemplate strKey, pCodeTemplateHandler, Syntax

==== C++ ====

HRESULT hr = Application.RegisterCodeTemplate(strKey, pCodeTemplateHandler, Syntax);

===== See Also ===== IApplication