Decoration

Property of IScopeInfo

Description

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

Property type

Read-Only Property of type VARIANT_BOOL

Syntax

JavaScript

var bVal = ScopeInfo.Decoration;

Visual Basic Script

bVal = ScopeInfo.Decoration

C++

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

See Also

IScopeInfo