Condividi tramite


XmlSchemaObjectCollection.IndexOf(XmlSchemaObject) Metodo

Definizione

Ottiene l'indice dell'insieme corrispondente all'oggetto XmlSchemaObject specificato.

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 XmlSchemaObject di cui si desidera restituire l'indice.

Restituisce

Int32

Indice corrispondente all'oggetto XmlSchemaObject specificato.

Si applica a