AuthoringSink::HiddenRegions Property
Visual Studio 2015
Indicates whether hidden regions should be processed during the parse operation.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: System::BooleanReturns true if hidden regions should be processed; otherwise, returns false (ignore hidden regions).
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.
Show: