SoapExtensionTypeElementCollection::Remove Method (SoapExtensionTypeElement^)

 

Removes a specified SoapExtensionTypeElement from the collection.

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

public:
void Remove(
	SoapExtensionTypeElement^ element
)

Parameters

element
Type: System.Web.Services.Configuration::SoapExtensionTypeElement^

The SoapExtensionTypeElement to remove from the collection.

.NET Framework
Available since 2.0
Return to top
Show: