Completor.RefreshLine Method

Definition

Obtains the current line of text from the Source object.

public:
 void RefreshLine();
public:
 void RefreshLine();
void RefreshLine();
public void RefreshLine ();
member this.RefreshLine : unit -> unit
Public Sub RefreshLine ()

Remarks

This method retrieves the entire contents of the current line from the text view by calling the GetLine method on the Source object that was obtained in the Completor class constructor.

The entire line is grabbed in order to cache it for later use if the TypeLeft or TypeRight methods are called.

Applies to