Method of IApplication
Search for existing Code Template handler
var ppCodeTemplateHandler = Application.FindCodeTemplate(strKey, Syntax);
ppCodeTemplateHandler = Application.FindCodeTemplate strKey, Syntax
CComPtr<ICodeTemplateHandler> pCodeTemplateHandler; HRESULT hr = Application.FindCodeTemplate(strKey, Syntax, &pCodeTemplateHandler);