System::Xml::XmlAttributeCollection::CopyTo 方法
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++