scripting:api:script-code-template-handler:on-text

Action unknown: addtobook

onText

ICodeTemplateHandler::GetText handler (function)

Read-Write Property of type VARIANT

var Action = ScriptCodeTemplateHandler.onText;
ScriptCodeTemplateHandler.onText = Action;
Action = ScriptCodeTemplateHandler.onText
ScriptCodeTemplateHandler.onText = Action
VARIANT Action;
HRESULT hr = ScriptCodeTemplateHandler.get_onText(&Action);
hr = ScriptCodeTemplateHandler.put_onText(Action);