Source::RemoveHiddenRegions Method ()
Visual Studio 2015
Removes all hidden regions from the current view.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
This method removes all hidden regions, causing the entire source to be visible.
The base method uses the IVsHiddenTextSession object returned from the GetHiddenTextSession method to enumerate over all hidden regions and mark them as visible.
Show: