AuthoringSink::HiddenRegions Property

 

Indicates whether hidden regions should be processed during the parse operation.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property bool HiddenRegions {
	bool get();
}

Property Value

Type: System::Boolean

Returns 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.

Return to top
Show: