System::Xml::XmlAttributeCollection::Prepend 方法

XmlAttributeCollection::Prepend method

将指定的属性插入为集合中的第一个节点。

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::Prepend(const SharedPtr<XmlAttribute> &node)
参数类型描述
节点const SharedPtr<XmlAttribute>&要插入的属性。

ReturnValue

已添加到集合中的 XmlAttribute

另见