System::Xml::XmlAttributeCollection::CopyTo Methode
XmlAttributeCollection::CopyTo method
Kopiert alle XmlAttribute Objekte aus dieser Sammlung in das angegebene Array.
void System::Xml::XmlAttributeCollection::CopyTo(const ArrayPtr<SharedPtr<XmlAttribute>> &array, int32_t index)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Array | const ArrayPtr<SharedPtr<XmlAttribute>>& | Das Array, das das Ziel der aus dieser Sammlung kopierten Objekte ist. |
| Index | int32_t | Der Index im Array, an dem das Kopieren beginnt. |
Siehe auch
- Typedef ArrayPtr
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Font for C++