Méthode System::Xml::XmlAttributeCollection::CopyTo
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ù commence la copie. |
Voir aussi
- Typedef ArrayPtr
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Page for C++