WriteStartAttribute()

XmlTextWriter::WriteStartAttribute(const String&, const String&, const String&) method

Writes the start of an attribute.

void System::Xml::XmlTextWriter::WriteStartAttribute(const String &prefix, const String &localName, const String &ns) override

Arguments

ParameterTypeDescription
prefixconst String&Namespace prefix of the attribute.
localNameconst String&LocalName of the attribute.
nsconst String&NamespaceURI of the attribute.

See Also