WebReference.Remove Method ()

 

Removes this specific Web reference.

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

Syntax

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

Remarks

If a reference was made to a .disco file that includes multiple WSDL files, then each WSDL file is treated as an independent reference and needs to be individually removed. The .disco file is removed when the last WSLD file is removed. If any of the WSDL files are refreshed, all the WSDL files referenced by the .disco file are updated, even if previously deleted.

See Also

WebReference Interface
VsWebSite Namespace

Return to top