XmlSchemaObjectCollection.IndexOf(XmlSchemaObject) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'index de collection correspondant du XmlSchemaObject spécifié.
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
XmlSchemaObject dont vous souhaitez retourner l'index.
Retours
Index correspondant du XmlSchemaObject spécifié.