ServiceDescriptionFormatExtensionCollection.Remove Method (Object)

 

Removes the first occurrence of the specified ServiceDescriptionFormatExtension from the ServiceDescriptionFormatExtensionCollection.

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

Public Sub Remove (
	extension As Object
)

' Remove 'myFormatExtensionObject' element from collection.
myCollection.Remove(myFormatExtensionObject)
Console.WriteLine("'myFormatExtensionObject' is removed" + _
     " from collection.")

.NET Framework
Available since 1.1
Return to top
Show: