XmlSchemaObjectCollection.IndexOf(XmlSchemaObject) Méthode

Définition

Obtient l’index de collection correspondant au fichier spécifié XmlSchemaObject.

public:
 int IndexOf(System::Xml::Schema::XmlSchemaObject ^ item);
public int IndexOf(System.Xml.Schema.XmlSchemaObject item);
member this.IndexOf : System.Xml.Schema.XmlSchemaObject -> int
Public Function IndexOf (item As XmlSchemaObject) As Integer

Paramètres

item
XmlSchemaObject

Index XmlSchemaObject dont vous souhaitez retourner l’index.

Retours

Index correspondant à l’objet spécifié XmlSchemaObject.

S’applique à