CompletionSet::Dismiss Method ()
Visual Studio 2015
Called when the completion list is no longer needed.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
This method typically does not remove the completion list from the display, since that is handled by Visual Studio.
This method is an implementation of the Dismiss method on the IVsCompletionSet interface.
The base method clears the internal flag that indicates the completion list is displayed.
Show: