XmlSyndicationContent.WriteContentsTo Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Write the contents of the XmlSyndicationContent to the specified XmlWriter.
Namespace: System.ServiceModel.Syndication
Assembly: System.ServiceModel.Syndication (in System.ServiceModel.Syndication.dll)
Syntax
'Declaration
Protected Overrides Sub WriteContentsTo ( _
writer As XmlWriter _
)
protected override void WriteContentsTo(
XmlWriter writer
)
Parameters
- writer
Type: System.Xml.XmlWriter
The XmlWriter to write to.
Remarks
This method writes the inner XML content of the XmlSyndicationContent instance. For example, it does not write the top level start and end elements of the syndication content.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.