====== Count ====== Property of [[:scripting:api:syntaxes:start|ISyntaxes]] ===== Description ===== Returns number of items in collection ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:long|long]]** ===== Syntax ===== ==== JavaScript ==== var nVal = Syntaxes.Count; ==== Visual Basic Script ==== nVal = Syntaxes.Count ==== C++ ==== long nVal; HRESULT hr = Syntaxes.get_Count(&nVal); ===== See Also ===== [[:scripting:api:syntaxes:start|ISyntaxes]] ~~NOTOC~~