System::Xml::XmlAttributeCollection::Prepend method
XmlAttributeCollection::Prepend method
Inserts the specified attribute as the first node in the collection.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::Prepend(const SharedPtr<XmlAttribute> &node)
Parameter | Type | Description |
---|---|---|
node | const SharedPtr<XmlAttribute>& | The attribute to insert. |
ReturnValue
The XmlAttribute added to the collection.
See Also
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.TeX for C++