Compartilhar via


SyndicationContent.WriteContentsTo(XmlWriter) Método

Definição

Grava o conteúdo deste objeto SyndicationContent no 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

O XmlWriter no qual ocorrerá a gravação.

Comentários

Esse método grava apenas o conteúdo contido no SyndicationContent.

Aplica-se a