Insert()

XmlSchemaObjectCollection::Insert(int32_t, const SharedPtr<XmlSchemaObject>&) method

Inserts an XmlSchemaObject to the XmlSchemaObjectCollection.

void System::Xml::Schema::XmlSchemaObjectCollection::Insert(int32_t index, const SharedPtr<XmlSchemaObject> &item)

Arguments

ParameterTypeDescription
indexint32_tThe zero-based index at which an item should be inserted.
itemconst SharedPtr<XmlSchemaObject>&The XmlSchemaObject to insert.

See Also