System::Xml::XmlAttributeCollection::Append 方法
XmlAttributeCollection::Append method
将指定的属性插入为集合中的最后一个节点。
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::Append(const SharedPtr<XmlAttribute> &node)
| 参数 | 类型 | 描述 |
|---|---|---|
| 节点 | const SharedPtr<XmlAttribute>& | 要插入的属性。 |
ReturnValue
要追加到集合的XmlAttribute。
另见
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Font for C++