scripting:api:text-document:embedded-scopes

EmbeddedScopes

Property of ITextDocument

Embedded styles

Read-Only Property of type IScopes

var pScopes = TextDocument.EmbeddedScopes;
pScopes = TextDocument.EmbeddedScopes
CComPtr<IScopes> pScopes;
HRESULT hr = TextDocument.get_EmbeddedScopes(&pScopes);