AtomPub10ServiceDocumentFormatter.WriteTo(XmlWriter) Método

Definición

Escribe un ServiceDocument objeto asociado al formateador en un objeto 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 al formateador es null.

Se aplica a