====== 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 ==== var nCount = Syntax.KeywordCount; ==== Visual Basic Script ==== nCount = Syntax.KeywordCount ==== C++ ==== long nCount; HRESULT hr = Syntax.get_KeywordCount(&nCount); ===== See Also ===== [[:scripting:api:syntax:start|ISyntax]] ~~NOTOC~~