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