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