Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 904 Bytes

imanagedaddin-unload.md

File metadata and controls

39 lines (33 loc) · 904 Bytes
title description ms.date ms.topic dev_langs f1_keywords helpviewer_keywords author ms.author manager ms.subservice
IManagedAddin::Unload
Called just before a managed VSTO Add-in is unloaded.
02/02/2017
reference
VB
CSharp
C++
IMANAGEDADDIN/IManagedAddIn::Unload
IManagedAddin::Unload
IManagedAddin.Unload
Unload method
John-Hart
johnhart
mijacobs
office-development

IManagedAddin::Unload

Called just before a managed VSTO Add-in is unloaded.

Syntax

HRESULT Unload();

Return value

An HRESULT value that indicates whether the method completed successfully.

Remarks

This method is not called by current versions of Microsoft Office. This method is reserved for future use.

See also