Metodo System::Xml::XmlWriter::get_XmlSpace
XmlWriter::get_XmlSpace method
Quando viene sovrascritto in una classe derivata, ottiene un XmlSpace che rappresenta l’ambito xml:space corrente.
virtual System::Xml::XmlSpace System::Xml::XmlWriter::get_XmlSpace()
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 XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++