System::Xml::Schema::XmlSchemaObjectCollection::Insert metodo

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 a base zero al quale un elemento dovrebbe essere inserito.
itemconst SharedPtr<XmlSchemaObject>&Il XmlSchemaObject da inserire.

Vedi anche