XmlSchemaObjectCollection.IndexOf(XmlSchemaObject) Méthode

Définition

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

Int32

Index correspondant du XmlSchemaObject spécifié.

S’applique à