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.

ValoreSignificato
NoneQuesto è il valore predefinito se non esiste alcun ambito xml:space="default".
PredefinitoL’ambito corrente è xml:space="default".
PreserveL’ambito corrente è xml:space="preserve".

Vedi anche