scripting:api:syntax:keyword-count

KeywordCount

Property of ISyntax

Keyword count

Read-Only Property of type long

var nCount = Syntax.KeywordCount;

==== Visual Basic Script ====

nCount = Syntax.KeywordCount

==== C++ ====

long nCount;
HRESULT hr = Syntax.get_KeywordCount(&nCount);

===== See Also ===== ISyntax