System::Xml::XmlWriter::WriteQualifiedName method

XmlWriter::WriteQualifiedName method

When overridden in a derived class, writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.

virtual void System::Xml::XmlWriter::WriteQualifiedName(const String &localName, const String &ns)
ParameterTypeDescription
localNameconst String&The local name to write.
nsconst String&The namespace URI for the name.

See Also