ExpansionProvider::Dispose Method ()
Visual Studio 2015
Cleans up allocated resource just before the ExpansionProvider object is destroyed.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
If you derive a class from the ExpansionProvider class and you have any additional resource allocations, override this method to free those additional allocations.
The base method calls the EndTemplateEditing method.
Show: