EmbeddedScopes

Property of ITextDocument

Description

Embedded styles

Property type

Read-Only Property of type IScopes

Syntax

JavaScript

var pScopes = TextDocument.EmbeddedScopes;

==== Visual Basic Script ====

pScopes = TextDocument.EmbeddedScopes

==== C++ ====

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

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