scripting:api:scopes:count

Count

Property of IScopes

Returns number of items in collection

Read-Only Property of type long

var nVal = Scopes.Count;

==== Visual Basic Script ====

nVal = Scopes.Count

==== C++ ====

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

===== See Also ===== IScopes