scripting:api:text-document:scopes

Scopes

Property of ITextDocument

Scopes collection

Read-Only Property of type IScopes

var pScopes = TextDocument.Scopes;

==== Visual Basic Script ====

pScopes = TextDocument.Scopes

==== C++ ====

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

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