AuthoringSink.HiddenRegions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.