MethodData.UpdateView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.