Source.OnBeforeSessionEnd 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.
Called just before a hidden region session is closed.
public:
virtual void OnBeforeSessionEnd();
public:
virtual void OnBeforeSessionEnd();
virtual void OnBeforeSessionEnd();
public virtual void OnBeforeSessionEnd ();
abstract member OnBeforeSessionEnd : unit -> unit
override this.OnBeforeSessionEnd : unit -> unit
Public Overridable Sub OnBeforeSessionEnd ()
Implements
Remarks
This method is called when a IVsHiddenTextSession is about to be closed. This allows you to free up any resources associated with hidden regions.
This is an implementation of IVsHiddenTextClient's OnBeforeSessionEnd method.
The base method does nothing.