scripting:api:scripts:count

Count

Property of IScripts

Returns number of items in collection

Read-Only Property of type long

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