get_XmlSpace()

XmlWriter::get_XmlSpace() method

When overridden in a derived class, gets an XmlSpace representing the current xml:space scope.

virtual System::Xml::XmlSpace System::Xml::XmlWriter::get_XmlSpace()

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