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. ====== KeywordCount ====== Property of [[:scripting:api:syntax:start|ISyntax]] ===== Description ===== Keyword count ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:long|long]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var nCount = Syntax.KeywordCount; </code>==== Visual Basic Script ==== <code vb> nCount = Syntax.KeywordCount </code>==== C++ ==== <code cpp> long nCount; HRESULT hr = Syntax.get_KeywordCount(&nCount); </code>===== See Also ===== [[:scripting:api:syntax:start|ISyntax]] ~~NOTOC~~