System::Xml::Schema::XmlSchemaCollection::CopyTo method
XmlSchemaCollection::CopyTo method
Kopieert alle XmlSchema-objecten uit deze collectie naar de opgegeven array, beginnend bij de opgegeven index.
void System::Xml::Schema::XmlSchemaCollection::CopyTo(const ArrayPtr<SharedPtr<XmlSchema>> &array, int32_t index)
| Parameter | Type | Beschrijving |
|---|---|---|
| array | const ArrayPtr<SharedPtr<XmlSchema>>& | De array waarin de objecten gekopieerd moeten worden. |
| index | int32_t | De index in array waar het kopiëren begint. |
Zie ook
- Typedef ArrayPtr
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaCollection
- Namespace System::Xml::Schema
- Library Aspose.Page for C++