scripting:api:file-filters:count

Count

Property of IFileFilters

Returns number of items in collection

Read-Only Property of type long

var nVal = FileFilters.Count;
nVal = FileFilters.Count
long nVal;
HRESULT hr = FileFilters.get_Count(&nVal);