SoapExtensionTypeElementCollection.IndexOf Method (SoapExtensionTypeElement)

 

Returns the zero-based index of a specified SoapExtensionTypeElement in the collection.

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

Public Function IndexOf (
	element As SoapExtensionTypeElement
) As Integer

Parameters

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

The SoapExtensionTypeElement to find in the collection.

Return Value

Type: System.Int32

The zero-based index of the specified SoapExtensionTypeElement, or -1 if the element was not found in the collection.

.NET Framework
Available since 2.0
Return to top
Show: