Share via


WebReference.Remove Method

Removes this specific Web reference.

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

Syntax

'Declaration
Sub Remove
void Remove()
void Remove()
abstract Remove : unit -> unit
function 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.

.NET Framework Security

See Also

Reference

WebReference Interface

VsWebSite Namespace