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

'Declaration
Sub Refresh
void Refresh()
void Refresh()
abstract Refresh : unit -> unit 
function 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.

.NET Framework Security

See Also

Reference

VSWebSite Interface

VsWebSite Namespace

EnvDTE

Other Resources

Referencing Automation Assemblies and the DTE2 Object