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