scripting:api:text-document:not-open-scopes

NotOpenScopes

Property of ITextDocument

Not Open Scopes collection

Read-Only Property of type IScopes

var pScopes = TextDocument.NotOpenScopes;
pScopes = TextDocument.NotOpenScopes
CComPtr<IScopes> pScopes;
HRESULT hr = TextDocument.get_NotOpenScopes(&pScopes);