System::Xml::XmlTextWriter::WriteStartAttribute method

XmlTextWriter::WriteStartAttribute method

Writes the start of an attribute.

void System::Xml::XmlTextWriter::WriteStartAttribute(const String &prefix, const String &localName, const String &ns) override
ParameterTypeDescription
prefixconst String&Namespace prefix of the attribute.
localNameconst String&LocalName of the attribute.
nsconst String&NamespaceURI of the attribute.

See Also