Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.