LanguageService::Dispose Method ()
Visual Studio 2015
Called when the language service object is being destroyed.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
This method provides an opportunity to clean up any memory and resource allocations the language service may have made. If your language service has made allocations of resources beyond the needs of the base class, you must derive a class from the LanguageService class and implement this method on your class.
The base method must always be called from a derived method after you have disposed of any of your own resources.
Show: