System::Xml::XmlWriter::WriteStartAttribute método

XmlWriter::WriteStartAttribute(const String&) method

Escribe el inicio de un atributo con el nombre local especificado.

void System::Xml::XmlWriter::WriteStartAttribute(const String &localName)
ParámetroTipoDescripción
localNameconst String&El nombre local del atributo.

Ver también

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

Escribe el inicio de un atributo con el nombre local y el URI del espacio de nombres especificados.

void System::Xml::XmlWriter::WriteStartAttribute(const String &localName, const String &ns)
ParámetroTipoDescripción
localNameconst String&El nombre local del atributo.
nsconst String&El URI del espacio de nombres del atributo.

Ver también

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

Cuando se sobrescribe en una clase derivada, escribe el inicio de un atributo con el prefijo, el nombre local y el URI del espacio de nombres especificados.

virtual void System::Xml::XmlWriter::WriteStartAttribute(const String &prefix, const String &localName, const String &ns)=0
ParámetroTipoDescripción
prefijoconst String&El prefijo del espacio de nombres del atributo.
localNameconst String&El nombre local del atributo.
nsconst String&El URI del espacio de nombres para el atributo.

Ver también