scripting:api:syntaxes:count

Action unknown: addtobook

Count

Property of ISyntaxes

Returns number of items in collection

Read-Only Property of type long

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