VSWebSite.Refresh Method ()

 

Refreshes the display to account for changes that have been made to the Web site outside of Visual Studio.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

void Refresh()
void Refresh()
abstract Refresh : unit -> unit
Sub Refresh

Remarks

Calling this method is equivalent to clicking the Refresh button in Solution Explorer. If the site is a remote Web site, required files such as .config files will be downloaded, as will any added or changed files in the App_Code folder.

See Also

EnvDTE
VSWebSite Interface
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object

Return to top