Property of ICompletionSet
Returns number of items in collection
Read-Only Property of type long
var nVal = CompletionSet.Count;
nVal = CompletionSet.Count
long nVal; HRESULT hr = CompletionSet.get_Count(&nVal);
ICompletionSet