SchemaImporterExtensionCollection.IndexOf(SchemaImporterExtension) Method

Definition

Searches for the specified item and returns the zero-based index of the first occurrence within the collection.

public:
 int IndexOf(System::Xml::Serialization::Advanced::SchemaImporterExtension ^ extension);
public int IndexOf (System.Xml.Serialization.Advanced.SchemaImporterExtension extension);
member this.IndexOf : System.Xml.Serialization.Advanced.SchemaImporterExtension -> int
Public Function IndexOf (extension As SchemaImporterExtension) As Integer

Parameters

extension
SchemaImporterExtension

The SchemaImporterExtension to search for.

Returns

The index of the found item.

Applies to