Method of ISyntax
Check, if syntax is inherited from another syntax
var pbResult = Syntax.IsInheritedFrom(szSyntax);
==== Visual Basic Script ====
pbResult = Syntax.IsInheritedFrom szSyntax
==== C++ ====
VARIANT_BOOL bResult; HRESULT hr = Syntax.IsInheritedFrom(szSyntax, &bResult);
===== See Also ===== ISyntax