get_XmlSpace()

XmlTextReader::get_XmlSpace() method

Returns the current xml:space scope.

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

Return Value

One of the XmlSpace values. If no xml:space scope exists, this value defaults to XmlSpace::None.

See Also