IEntryPoint.OnShutdown Method (2007 System)
When implemented in a derived class, this method performs operations that need to be completed before the add-in shuts down.
Namespace: Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll)
Syntax
'Declaration
Sub OnShutdown
'Usage
Dim instance As IEntryPoint
instance.OnShutdown()
void OnShutdown()
void OnShutdown()
function OnShutdown()
Remarks
This method can be used to release resources used by the add-in.