System::Xml::XmlWriter::get_XmlSpace método
XmlWriter::get_XmlSpace method
Cuando se sobrescribe en una clase derivada, obtiene un XmlSpace que representa el ámbito actual de xml:space.
virtual System::Xml::XmlSpace System::Xml::XmlWriter::get_XmlSpace()
ReturnValue
Un XmlSpace que representa el alcance actual de xml:space.
| Valor | Significado |
| None | Este es el valor predeterminado si no existe un alcance xml:space. |
| Default | El alcance actual es xml:space="default". |
| Preserve | El alcance actual es xml:space="preserve". |
Ver también
- Enum XmlSpace
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Page for C++