Completor.RefreshLine 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.
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.