System::Xml::Schema::XmlSchemaObjectCollection::IndexOf metodo

XmlSchemaObjectCollection::IndexOf method

Restituisce l’indice della collezione corrispondente al XmlSchemaObject specificato.

int32_t System::Xml::Schema::XmlSchemaObjectCollection::IndexOf(const SharedPtr<XmlSchemaObject> &item)
ParametroTipoDescrizione
itemconst SharedPtr<XmlSchemaObject>&Il XmlSchemaObject il cui indice si desidera restituire.

ReturnValue

L’indice corrispondente al XmlSchemaObject specificato.

Vedi anche