Source::Dispose Method ()

 

Called in preparation of destroying this Source object.

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

public:
virtual void Dispose()

This is where you de-allocate any resources you may have allocated for your version of the Source class.

The base method cleans up and disposes of everything the base class allocated.

Return to top
Show: