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