MethodData::Dismiss Method ()
Visual Studio 2015
Dismisses the method tip from view.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
This method calls the UpdateTipWindow method on the IVsTextView object (that was passed to the Refresh method) with the parameter UTW_DISMISS. This method then calls the OnDismiss method.
Show: