SchemaImporterExtensionElementCollection::IndexOf Method (SchemaImporterExtensionElement^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the zero-based index of the first element in the collection with the specified value.

Namespace:   System.Xml.Serialization.Configuration
Assembly:  System.Xml (in System.Xml.dll)

public:
int IndexOf(
	SchemaImporterExtensionElement^ element
)

Return Value

Type: System::Int32

The index of the found element.

.NET Framework
Available since 2.0
Return to top
Show: