Source::RemoveHiddenRegions Method ()

 

Removes all hidden regions from the current view.

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

public:
virtual void RemoveHiddenRegions()

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.

Return to top
Show: