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