MethodData.OnDismiss Method

Definition

Called after the method tip is removed from view.

public:
 virtual void OnDismiss();
public:
 void OnDismiss();
void OnDismiss();
public void OnDismiss ();
abstract member OnDismiss : unit -> unit
override this.OnDismiss : unit -> unit
Public Sub OnDismiss ()

Implements

Remarks

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.

Applies to