scripting:api:text-document:embedded-scopes

EmbeddedScopes

Property of ITextDocument

Embedded styles

Read-Only Property of type IScopes

var pScopes = TextDocument.EmbeddedScopes;

==== Visual Basic Script ====

pScopes = TextDocument.EmbeddedScopes

==== C++ ====

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

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