Dela via


Source.RemoveHiddenRegions Method

Removes all hidden regions from the current view.

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

Syntax

'Declaration
Public Overridable Sub RemoveHiddenRegions
'Usage
Dim instance As Source

instance.RemoveHiddenRegions()
public virtual void RemoveHiddenRegions()
public:
virtual void RemoveHiddenRegions()
public function RemoveHiddenRegions()

Remarks

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.

.NET Framework Security

See Also

Reference

Source Class

Source Members

Microsoft.VisualStudio.Package Namespace