get_XmlSpace()

XmlTextWriter::get_XmlSpace() method

Returns an XmlSpace representing the current xml:space scope.

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

Return Value

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