Share via


VSWebProjectItem.Unload Method

Unloads the file project item.

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

Syntax

'Declaration
Sub Unload
'Usage
Dim instance As VSWebProjectItem

instance.Unload()
void Unload()
void Unload()
function 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.

.NET Framework Security

See Also

Reference

VSWebProjectItem Interface

VSWebProjectItem Members

VsWebSite Namespace