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