Scopes
Property of ITextDocument
Description
Scopes collection
Property type
Read-Only Property of type IScopes
Syntax
JavaScript
var pScopes = TextDocument.Scopes;
==== Visual Basic Script ====
pScopes = TextDocument.Scopes
==== C++ ====
CComPtr<IScopes> pScopes; HRESULT hr = TextDocument.get_Scopes(&pScopes);
===== See Also ===== ITextDocument