DisposableObject::DisposeNativeResources 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 native resources.

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

protected:
virtual void DisposeNativeResources()

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

Return to top
Show: