System::Xml::Schema::XmlSchemaObjectCollection::IndexOf méthode

XmlSchemaObjectCollection::IndexOf method

Retourne l’index de la collection correspondant au XmlSchemaObject spécifié.

int32_t System::Xml::Schema::XmlSchemaObjectCollection::IndexOf(const SharedPtr<XmlSchemaObject> &item)
ParamètreTypeDescription
itemconst SharedPtr<XmlSchemaObject>&Le XmlSchemaObject dont vous voulez retourner l’index.

ReturnValue

L’index correspondant au XmlSchemaObject spécifié.

Voir aussi