Metodo System::Xml::Schema::XmlSchemaObjectCollection::Insert

XmlSchemaObjectCollection::Insert method

Inserisce un XmlSchemaObject nella XmlSchemaObjectCollection.

void System::Xml::Schema::XmlSchemaObjectCollection::Insert(int32_t index, const SharedPtr<XmlSchemaObject> &item)
ParametroTipoDescrizione
indiceint32_tL’indice basato su zero al quale un elemento dovrebbe essere inserito.
itemconst SharedPtr<XmlSchemaObject>&Il XmlSchemaObject da inserire.

Vedi anche