Property of IStyle
Syntax property
Read-Only Property of type ISyntax
var pSyntax = Style.Syntax;
pSyntax = Style.Syntax
CComPtr<ISyntax> pSyntax; HRESULT hr = Style.get_Syntax(&pSyntax);
IStyle