HTMLProject.RefreshProject(Boolean) Method

Definition

Refreshes the specified HTML project in the Microsoft Script Editor.

public void RefreshProject (bool Refresh = false);
abstract member RefreshProject : bool -> unit
Public Sub RefreshProject (Optional Refresh As Boolean = false)

Parameters

Refresh
Boolean

Optional Boolean. True if the document will be refreshed; False if the document will not be refreshed.

Remarks

Using this method is equivalent to clicking the Refresh button on the Refresh toolbar in the Microsoft Script Editor. If you refresh the document by setting RefreshDocument(Boolean) to True, all changes to the HTML source made in the Office host application are saved to the HTML project in the Microsoft Script Editor. If you set RefreshDocument to False, all changes to the HTML source are ignored.

Applies to