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