scripting:api:text-document:overview-scopes

OverviewScopes

Property of ITextDocument

Embedded styles

Read-Only Property of type IScopes

var pScopes = TextDocument.OverviewScopes;
pScopes = TextDocument.OverviewScopes
CComPtr<IScopes> pScopes;
HRESULT hr = TextDocument.get_OverviewScopes(&pScopes);