System::Xml::XmlTextWriter::get_XmlSpace method

XmlTextWriter::get_XmlSpace method

Returns an XmlSpace representing the current xml:space scope.

System::Xml::XmlSpace System::Xml::XmlTextWriter::get_XmlSpace() override

ReturnValue

An XmlSpace representing the current xml:space scope.

ValueMeaning
NoneThis is the default if no xml:space scope exists.
DefaultThe current scope is xml:space=“default”.
PreserveThe current scope is xml:space=“preserve”.

See Also