DisposableObject::DisposeManagedResources Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Allows derived classes to provide custom dispose handling for managed resources.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

protected:
virtual void DisposeManagedResources()

Derived classes are expected to override this method to dispose their managed resources, then call the base class.

Return to top
Show: