scripting:api:search-file:count

Count

Property of ISearchFile

Returns number of items in collection

Read-Only Property of type long

var nVal = SearchFile.Count;

==== Visual Basic Script ====

nVal = SearchFile.Count

==== C++ ====

long nVal;
HRESULT hr = SearchFile.get_Count(&nVal);

===== See Also ===== ISearchFile