Share via


SyndicationContent.WriteContentsTo(XmlWriter) Método

Definición

Escribe el contenido de este objeto SyndicationContent en el XmlWriter especificado.

protected:
 abstract void WriteContentsTo(System::Xml::XmlWriter ^ writer);
protected abstract void WriteContentsTo (System.Xml.XmlWriter writer);
abstract member WriteContentsTo : System.Xml.XmlWriter -> unit
Protected MustOverride Sub WriteContentsTo (writer As XmlWriter)

Parámetros

writer
XmlWriter

XmlWriter en el que se va a escribir.

Comentarios

Este método solo escribe el contenido que SyndicationContent contiene.

Se aplica a