IVsExpansionFunction::ReleaseFunction Method ()
Visual Studio 2015
Called when the expansion function is no longer needed.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
From textmgr2.idl:
HRESULT IVsExpansionFunction::ReleaseFunction();
This method is called just before the expansion function object is destroyed so the expansion function can free any resources it allocated.
Show: