System::Xml::XmlTextWriter::get_XmlSpace metodo
XmlTextWriter::get_XmlSpace method
Restituisce un XmlSpace che rappresenta l’ambito xml:space corrente.
System::Xml::XmlSpace System::Xml::XmlTextWriter::get_XmlSpace() override
ReturnValue
Un XmlSpace che rappresenta l’ambito xml:space corrente.
| Valore | Significato |
| None | Questo è il valore predefinito se non esiste alcun ambito xml:space="default". |
| Predefinito | L’ambito corrente è xml:space="default". |
| Preserve | L’ambito corrente è xml:space="preserve". |
Vedi anche
- Enum XmlSpace
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Font for C++