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