Metodo System::Xml::XmlWriter::WriteName
XmlWriter::WriteName method
Quando sovrascritto in una classe derivata, scrive il nome specificato, assicurandosi che sia un nome valido secondo la raccomandazione W3C XML 1.0 (https://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).
virtual void System::Xml::XmlWriter::WriteName(const String &name)
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | const String& | Il nome da scrivere. |
Vedi anche
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++