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