scripting:api:scope-tag-infos:count

Count

Property of IScopeTagInfos

Returns number of items in collection

Read-Only Property of type long

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