System::Xml::XmlText::WriteContentTo metodo
XmlText::WriteContentTo method
Salva tutti i figli del nodo nello XmlWriter. I nodi XmlText non hanno figli, quindi questo metodo non ha effetto.
void System::Xml::XmlText::WriteContentTo(const SharedPtr<XmlWriter> &w) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| w | const SharedPtr<XmlWriter>& | Il XmlWriter a cui vuoi salvare. |
Vedi anche
- Typedef SharedPtr
- Class XmlWriter
- Class XmlText
- Namespace System::Xml
- Library Aspose.Font for C++