System::Xml::Schema::XmlSchemaSet::CopyTo 方法
XmlSchemaSet::CopyTo method
将所有 XmlSchema 对象从 XmlSchemaSet 复制到给定的数组中,从给定的索引开始。
void System::Xml::Schema::XmlSchemaSet::CopyTo(const ArrayPtr<SharedPtr<XmlSchema>> &schemas, int32_t index)
| Parameter | Type | 描述 |
|---|---|---|
| 架构 | const ArrayPtr<SharedPtr<XmlSchema>>& | 用于复制对象的数组。 |
| 索引 | int32_t | 复制将在数组中的起始索引。 |
另见
- Typedef ArrayPtr
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++