scripting:api:scope-info:decoration

Decoration

Property of IScopeInfo

Indicates that the scope is only for decoration, and not influence syntax

Read-Only Property of type VARIANT_BOOL

var bVal = ScopeInfo.Decoration;
bVal = ScopeInfo.Decoration
VARIANT_BOOL bVal;
HRESULT hr = ScopeInfo.get_Decoration(&bVal);