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

XmlAttributeCollection::Append method

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

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

ReturnValue

要追加到集合中的 XmlAttribute

另见