Source.Finalize Method

The class destructor, called just before the object is destroyed.

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

Syntax

'宣言
Protected Overrides Sub Finalize
'使用

Me.Finalize()
protected override void Finalize()
protected:
virtual void Finalize() override
protected override function Finalize()

Remarks

This is where any final clean up is done.

This destructor currently does nothing.

Permissions

See Also

Reference

Source Class

Source Members

Microsoft.VisualStudio.Package Namespace