System::Xml::XmlAttributeCollection::CopyTo method
XmlAttributeCollection::CopyTo method
Αντιγράφει όλα τα αντικείμενα XmlAttribute από αυτή τη συλλογή στον δοσμένο πίνακα.
void System::Xml::XmlAttributeCollection::CopyTo(const ArrayPtr<SharedPtr<XmlAttribute>> &array, int32_t index)
| Parameter | Type | Περιγραφή |
|---|---|---|
| array | const ArrayPtr<SharedPtr<XmlAttribute>>& | Ο πίνακας που είναι ο προορισμός των αντικειμένων που αντιγράφονται από αυτή τη συλλογή. |
| δείκτης | int32_t | Ο δείκτης στον πίνακα όπου αρχίζει η αντιγραφή. |
Δείτε επίσης
- Typedef ArrayPtr
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Page for C++