scripting:api:style-informer-creator:create

Create

Creates Style Informer instance for a document

var pInformer = StyleInformerCreator.Create(pSyntax);

==== Visual Basic Script ====

pInformer = StyleInformerCreator.Create pSyntax

==== C++ ====

CComPtr<IStyleInformer> pInformer;
HRESULT hr = StyleInformerCreator.Create(pSyntax, &Informer);

===== See Also ===== IStyleInformerCreator