Property of IScopeTagInfos
Returns number of items in collection
Read-Only Property of type long
var nVal = ScopeTagInfos.Count;
==== Visual Basic Script ====
nVal = ScopeTagInfos.Count
==== C++ ====
long nVal; HRESULT hr = ScopeTagInfos.get_Count(&nVal);
===== See Also ===== IScopeTagInfos