Count
Property of ICompletionSet
Description
Returns number of items in collection
Property type
Read-Only Property of type long
Syntax
JavaScript
var nVal = CompletionSet.Count;
Visual Basic Script
nVal = CompletionSet.Count
C++
long nVal; HRESULT hr = CompletionSet.get_Count(&nVal);