System::Xml::XmlAttributeCollection::Prepend 方法
XmlAttributeCollection::Prepend method
将指定的属性插入为集合中的第一个节点。
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::Prepend(const SharedPtr<XmlAttribute> &node)
| Parameter | Type | 描述 |
|---|---|---|
| 节点 | const SharedPtr<XmlAttribute>& | 要插入的属性。 |
ReturnValue
添加到集合中的 XmlAttribute。
另见
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Page for C++