XmlSchemaObjectCollection.IndexOf(XmlSchemaObject) Metodo

Definizione

Ottiene l'indice della raccolta corrispondente all'oggetto specificato 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

Parametri

item
XmlSchemaObject

Oggetto di XmlSchemaObject cui si desidera restituire l'indice.

Valori restituiti

Indice corrispondente all'oggetto specificato XmlSchemaObject.

Si applica a