KeywordCount
Property of ISyntax
Description
Keyword count
Property type
Read-Only Property of type long
Syntax
JavaScript
var nCount = Syntax.KeywordCount;
==== Visual Basic Script ====
nCount = Syntax.KeywordCount
==== C++ ====
long nCount; HRESULT hr = Syntax.get_KeywordCount(&nCount);
===== See Also ===== ISyntax