Delen via


WebReference.Remove Method

Removes this specific Web reference.

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

Syntax

'Declaration
Sub Remove
'Usage
Dim instance As WebReference

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

WebReference Members

VsWebSite Namespace