TypeElementCollection.Remove Method (TypeElement)

 

Removes a specified TypeElement from the collection.

Namespace:   System.Web.Services.Configuration
Assembly:  System.Web.Services (in System.Web.Services.dll)

Public Sub Remove (
	element As TypeElement
)

Parameters

element
Type: System.Web.Services.Configuration.TypeElement

The TypeElement to remove from the collection.

.NET Framework
Available since 2.0
Return to top
Show: