ExpansionProvider::Dispose Method ()

 

Cleans up allocated resource just before the ExpansionProvider object is destroyed.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual void Dispose()

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.

Return to top
Show: