System::Xml::XmlAttributeCollection::Append 方法

XmlAttributeCollection::Append method

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

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

ReturnValue

要追加到集合的XmlAttribute

另见