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

XmlSchemaObjectCollection::Insert method

Insère un XmlSchemaObject dans la XmlSchemaObjectCollection.

void System::Xml::Schema::XmlSchemaObjectCollection::Insert(int32_t index, const SharedPtr<XmlSchemaObject> &item)
ParamètreTypeDescription
indiceint32_tL’index basé sur zéro auquel un élément doit être inséré.
itemconst SharedPtr<XmlSchemaObject>&Le XmlSchemaObject à insérer.

Voir aussi