System::Xml::XmlAttributeCollection::CopyTo méthode
XmlAttributeCollection::CopyTo method
Copie tous les objets XmlAttribute de cette collection dans le tableau fourni.
void System::Xml::XmlAttributeCollection::CopyTo(const ArrayPtr<SharedPtr<XmlAttribute>> &array, int32_t index)
| Paramètre | Type | Description |
|---|---|---|
| tableau | const ArrayPtr<SharedPtr<XmlAttribute>>& | Le tableau qui est la destination des objets copiés depuis cette collection. |
| indice | int32_t | L’index dans le tableau où la copie commence. |
Voir aussi
- Typedef ArrayPtr
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Font for C++