System::Xml::XmlWriterSettings::get_NamespaceHandling method

XmlWriterSettings::get_NamespaceHandling method

Returns a value that indicates whether the XmlWriter should remove duplicate namespace declarations when writing XML content. The default behavior is for the writer to output all namespace declarations that are present in the writer’s namespace resolver.

System::Xml::NamespaceHandling System::Xml::XmlWriterSettings::get_NamespaceHandling()

ReturnValue

The NamespaceHandling enumeration used to specify whether to remove duplicate namespace declarations in the XmlWriter.

See Also