Share via


MethodData.UpdateView Method

Definition

Updates the method tip display.

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

Implements

Remarks

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.

Applies to