MethodData::Dismiss Method ()

 

Dismisses the method tip from view.

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

public:
void Dismiss()

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.

Return to top
Show: