CopyTo()
XmlSchemaSet::CopyTo(const ArrayPtr<SharedPtr<XmlSchema>>&, int32_t) method
Copies all the XmlSchema objects from the XmlSchemaSet to the given array, starting at the given index.
void System::Xml::Schema::XmlSchemaSet::CopyTo(const ArrayPtr<SharedPtr<XmlSchema>> &schemas, int32_t index)
Arguments
Parameter | Type | Description |
---|---|---|
schemas | const ArrayPtr<SharedPtr<XmlSchema>>& | The array to copy the objects to. |
index | int32_t | The index in the array where copying will begin. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaSet
- Namespace System::Xml::Schema
- Library Aspose.Slides