System::Xml::XmlAttributeCollection::InsertAfter yöntemi
XmlAttributeCollection::InsertAfter method
Belirtilen özniteliği, belirtilen referans özniteliğinden hemen sonra ekler.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::InsertAfter(const SharedPtr<XmlAttribute> &newNode, const SharedPtr<XmlAttribute> &refNode)
| Parametre | Tür | Açıklama |
|---|---|---|
| newNode | const SharedPtr<XmlAttribute>& | Eklenecek öznitelik. |
| refNode | const SharedPtr<XmlAttribute>& | Referans öznitelik. newNode, refNode‘dan sonra yer alır. |
ReturnValue
Koleksiyona eklenecek XmlAttribute.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Font for C++