scripting:api:scopes:count

Action unknown: addtobook

Count

Property of IScopes

Returns number of items in collection

Read-Only Property of type long

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