Source::DismissCompletor Method ()
Visual Studio 2015
Removes the IntelliSense method tip or completion list from view, whichever was active.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
The base method calls the Close method on the associated MethodData object, if that object is active, and the Close method on the associated CompletionSet object, if that object is active.
This method is typically called to make sure the method tip or completion list is not visible, usually in preparation of showing a different kind of IntelliSense tool tip.
Show: