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