Share via


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
'Usage
Dim instance As VSWebSite

instance.Refresh()
void Refresh()
void Refresh()
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 Members

VsWebSite Namespace

EnvDTE

Other Resources

Referencing Automation Assemblies and the DTE2 Object