WriteQualifiedName()

XmlWriter::WriteQualifiedName(const String&, const String&) 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)

Arguments

ParameterTypeDescription
localNameconst String&The local name to write.
nsconst String&The namespace URI for the name.

See Also