System::Xml::Schema::XmlSchemaObjectCollection::Insert method
XmlSchemaObjectCollection::Insert method
Inserts an XmlSchemaObject to the XmlSchemaObjectCollection.
void System::Xml::Schema::XmlSchemaObjectCollection::Insert(int32_t index, const SharedPtr<XmlSchemaObject> &item)
Parameter | Type | Description |
---|---|---|
index | int32_t | The zero-based index at which an item should be inserted. |
item | const SharedPtr<XmlSchemaObject>& | The XmlSchemaObject to insert. |
See Also
- Typedef SharedPtr
- Class XmlSchemaObject
- Class XmlSchemaObjectCollection
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++