scripting:api:bundles:count

Count

Property of IBundles

Returns number of items in collection

Read-Only Property of type long

var nVal = Bundles.Count;

==== Visual Basic Script ====

nVal = Bundles.Count

==== C++ ====

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

===== See Also ===== IBundles