scripting:api:text-document:overview-scopes

OverviewScopes

Property of ITextDocument

Embedded styles

Read-Only Property of type IScopes

var pScopes = TextDocument.OverviewScopes;

==== Visual Basic Script ====

pScopes = TextDocument.OverviewScopes

==== C++ ====

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

===== See Also ===== ITextDocument