ExpansionFunction::ReleaseFunction Method ()
Visual Studio 2015
Frees any allocations your ExpansionFunction class may have made.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Implements
IVsExpansionFunction::ReleaseFunction()This method is an implementation of the ReleaseFunction method on the IVsExpansionFunction interface.
The base method sets the internal reference to the ExpansionProvider to null and returns S_OK.
Show: