UnRegisterCodeTemplate
Method of IApplication
Description
UnRegister Code Template handler
Parameters
Syntax
JavaScript
Application.UnRegisterCodeTemplate(strKey, Syntax);
==== Visual Basic Script ====
Application.UnRegisterCodeTemplate strKey, Syntax
==== C++ ====
HRESULT hr = Application.UnRegisterCodeTemplate(strKey, Syntax);
===== See Also ===== IApplication