SyndicationElementExtension.WriteTo(XmlWriter) Method

Definition

Writes the current extension to the specified XmlWriter.

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

Parameters

writer
XmlWriter

The XmlWriter to write to.

Applies to