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