System::Xml::Schema::XmlSchemaCollection::CopyTo méthode
XmlSchemaCollection::CopyTo method
Copie tous les objets XmlSchema de cette collection dans le tableau fourni en commençant à l’index indiqué.
void System::Xml::Schema::XmlSchemaCollection::CopyTo(const ArrayPtr<SharedPtr<XmlSchema>> &array, int32_t index)
| Paramètre | Type | Description |
|---|---|---|
| tableau | const ArrayPtr<SharedPtr<XmlSchema>>& | Le tableau dans lequel copier les objets. |
| indice | int32_t | L’index dans array où la copie commencera. |
Voir aussi
- Typedef ArrayPtr
- Typedef SharedPtr
- Class XmlSchema
- Class XmlSchemaCollection
- Namespace System::Xml::Schema
- Library Aspose.Font for C++