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