Share via


VSWebProjectItem.Unload Method ()

 

Unloads the file project item.

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

Syntax

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

Remarks

This method closes the open document if it was opened by using the Load method and if it is invisible. This method is applicable only for file objects.

See Also

VSWebProjectItem Interface
VsWebSite Namespace

Return to top