MethodData::OnDismiss Method ()

 

Called after the method tip is removed from view.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual void OnDismiss() sealed

This method is called from the Dismiss method after the method tip has been removed from view to do any necessary clean up.

This method is an implementation of the OnDismiss method on the IVsMethodData interface.

The base method clears the internal method and parameter indexes, and clears the remembered IVsTextView and Methods objects. Finally, the base method clears the internal flag indicating the method tip is visible.

Return to top
Show: