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)
| Parametro | Tipo | Descrizione |
|---|---|---|
| indice | int32_t | L’indice a base zero al quale un elemento dovrebbe essere inserito. |
| item | const SharedPtr<XmlSchemaObject>& | Il XmlSchemaObject da inserire. |
Vedi anche
- Typedef SharedPtr
- Class XmlSchemaObject
- Class XmlSchemaObjectCollection
- Namespace System::Xml::Schema
- Library Aspose.Font for C++