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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.