System::Xml::Schema::XmlSchemaObjectCollection::Insert 方法
XmlSchemaObjectCollection::Insert method
将一个 XmlSchemaObject 插入到 XmlSchemaObjectCollection。
void System::Xml::Schema::XmlSchemaObjectCollection::Insert(int32_t index, const SharedPtr<XmlSchemaObject> &item)
| Parameter | Type | 描述 |
|---|---|---|
| 索引 | int32_t | 应插入项目的零基索引。 |
| item | const SharedPtr<XmlSchemaObject>& | 要插入的 XmlSchemaObject。 |
另见
- Typedef SharedPtr
- Class XmlSchemaObject
- Class XmlSchemaObjectCollection
- Namespace System::Xml::Schema
- Library Aspose.Page for C++