AssemblyReference.Remove Method ()

 

Removes this assembly reference from the Web site.

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

Syntax

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

Remarks

This method is supported only for references that are available under the Web site. This includes references in the Bin folder and in the Web.config file, and project references.

See Also

AssemblyReference Interface
VsWebSite Namespace

Return to top