Source.RemoveHiddenRegions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes all hidden regions from the current view.
public:
virtual void RemoveHiddenRegions();
public:
virtual void RemoveHiddenRegions();
virtual void RemoveHiddenRegions();
public virtual void RemoveHiddenRegions ();
abstract member RemoveHiddenRegions : unit -> unit
override this.RemoveHiddenRegions : unit -> unit
Public Overridable Sub 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.