Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== GetDescription ====== Method of [[:scripting:api:code-template-handler:start|ICodeTemplateHandler]] ===== Description ===== Returns Code template description ===== Parameters ===== ==== Return Value ==== * [[scripting:api:data-type:BSTR|BSTR]] **pstrDescription** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pstrDescription = CodeTemplateHandler.GetDescription(); </code>==== Visual Basic Script ==== <code vb> pstrDescription = CodeTemplateHandler.GetDescription </code>==== C++ ==== <code cpp> BSTR pstrDescription; HRESULT hr = CodeTemplateHandler.GetDescription(&pstrDescription); </code>===== See Also ===== [[:scripting:api:code-template-handler:start|ICodeTemplateHandler]] ~~NOTOC~~