DisposableObject::DisposeNativeResources Method ()
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
Derived classes are expected to override this method to dispose their native resources, then call the base class.
Show: