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