Syntax
Property of IStyle
Description
Syntax property
Property type
Read-Only Property of type ISyntax
Syntax
JavaScript
var pSyntax = Style.Syntax;
==== Visual Basic Script ====
pSyntax = Style.Syntax
==== C++ ====
CComPtr<ISyntax> pSyntax; HRESULT hr = Style.get_Syntax(&pSyntax);
===== See Also ===== IStyle