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