====== OverviewScopes ======
Property of [[:scripting:api:text-document:start|ITextDocument]]
===== Description =====
Embedded styles
===== Property type =====
Read-Only Property of type **[[:scripting:api:scopes:start|IScopes]]**
===== Syntax =====
==== JavaScript ====
var pScopes = TextDocument.OverviewScopes;
==== Visual Basic Script ====
pScopes = TextDocument.OverviewScopes
==== C++ ====
CComPtr pScopes;
HRESULT hr = TextDocument.get_OverviewScopes(&pScopes);
===== See Also =====
[[:scripting:api:text-document:start|ITextDocument]]
~~NOTOC~~