MethodData::UpdateView Method ()
Visual Studio 2015
Updates the method tip display.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
This method is called to update the method tip display.
This method is an implementation of the UpdateView method on the IVsMethodData interface.
The base method calls the UpdateTipWindow window on the IVsTextView object (that was passed to the Refresh method) with the TipWindowFlags flags UTW_CONTENTCHANGED | UTW_CONTEXTCHANGED.
Show: