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;
nVal = NameValues.Count
long nVal;
HRESULT hr = NameValues.get_Count(&nVal);