System::Xml::XmlAttributeCollection::CopyTo 方法

XmlAttributeCollection::CopyTo method

将此集合中的所有XmlAttribute对象复制到给定的数组中。

void System::Xml::XmlAttributeCollection::CopyTo(const ArrayPtr<SharedPtr<XmlAttribute>> &array, int32_t index)
参数类型描述
数组const ArrayPtr<SharedPtr<XmlAttribute>>&该数组是从此集合复制的对象的目标。
索引int32_t复制开始的数组索引。

另见