scripting:api:name-values:count

Count

Property of INameValues

Returns number of items in collection

Read-Only Property of type long

var nVal = NameValues.Count;

==== Visual Basic Script ====

nVal = NameValues.Count

==== C++ ====

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

===== See Also ===== INameValues