System::Xml::XmlAttribute::ReplaceChild metodo
XmlAttribute::ReplaceChild method
Sostituisce il nodo figlio specificato con il nuovo nodo figlio specificato.
SharedPtr<XmlNode> System::Xml::XmlAttribute::ReplaceChild(SharedPtr<XmlNode> newChild, SharedPtr<XmlNode> oldChild) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| newChild | SharedPtr<XmlNode> | Il nuovo XmlNode figlio. |
| oldChild | SharedPtr<XmlNode> | Il XmlNode da sostituire. |
ReturnValue
Il XmlNode sostituito.
Vedi anche
- Typedef SharedPtr
- Class XmlNode
- Class XmlAttribute
- Namespace System::Xml
- Library Aspose.Font for C++