System::Xml::Schema::XmlSchemaObjectCollection::Insert-Methode
XmlSchemaObjectCollection::Insert method
Fügt ein XmlSchemaObject zur XmlSchemaObjectCollection hinzu.
void System::Xml::Schema::XmlSchemaObjectCollection::Insert(int32_t index, const SharedPtr<XmlSchemaObject> &item)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Index | int32_t | Der nullbasierte Index, an dem ein Element eingefügt werden soll. |
| item | const SharedPtr<XmlSchemaObject>& | Das einzufügende XmlSchemaObject. |
Siehe auch
- Typedef SharedPtr
- Class XmlSchemaObject
- Class XmlSchemaObjectCollection
- Namespace System::Xml::Schema
- Library Aspose.Page for C++