NotClosedScopes

Property of ITextDocument

Description

Not Closed Scopes collection

Property type

Read-Only Property of type IScopes

Syntax

JavaScript

var pScopes = TextDocument.NotClosedScopes;

==== Visual Basic Script ====

pScopes = TextDocument.NotClosedScopes

==== C++ ====

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

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