AuthoringSink.HiddenRegions Property

Definition

Use this property to find if your parser should call AddHiddenRegion

public:
 property bool HiddenRegions { bool get(); };
public:
 property bool HiddenRegions { bool get(); };
public bool HiddenRegions { get; }
member this.HiddenRegions : bool
Public ReadOnly Property HiddenRegions As Boolean

Property Value

Returns true if hidden regions should be processed; otherwise, returns false (ignore hidden regions).

Remarks

This property is queried by the parser to determine if it should deal with hidden regions in this particular execution and if so, store such regions with a call to the AddHiddenRegion method. This property examines the ParseReason interface and returns true if it is Check.

Applies to