Metodo System::Xml::Schema::XmlSchemaObjectCollection::IndexOf

XmlSchemaObjectCollection::IndexOf method

Restituisce l’indice della raccolta corrispondente al XmlSchemaObject specificato.

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

ReturnValue

L’indice corrispondente al XmlSchemaObject specificato.

Vedi anche