Source::OnBeforeSessionEnd Method ()
Visual Studio 2015
Called just before a hidden region session is closed.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
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.
Show: