Compartir a través de


AtomPub10ServiceDocumentFormatter.WriteTo(XmlWriter) Método

Definición

Escribe un objeto ServiceDocument asociado con el formateador en un sistema de escritura XML especificado.

public:
 override void WriteTo(System::Xml::XmlWriter ^ writer);
public override void WriteTo (System.Xml.XmlWriter writer);
override this.WriteTo : System.Xml.XmlWriter -> unit
Public Overrides Sub WriteTo (writer As XmlWriter)

Parámetros

writer
XmlWriter

Escritor XML escrito en por el formateador.

Excepciones

writer es null.

El documento de servicio asociado con el formateador es null.

Se aplica a