Rss20FeedFormatter::WriteItem Method (XmlWriter^, SyndicationItem^, Uri^)
.NET Framework (current version)
Writes the specified SyndicationItem instance to the specified XmlWriter.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
protected: virtual void WriteItem( XmlWriter^ writer, SyndicationItem^ item, Uri^ feedBaseUri )
Parameters
- writer
-
Type:
System.Xml::XmlWriter^
The XmlWriter to write to.
- item
-
Type:
System.ServiceModel.Syndication::SyndicationItem^
The SyndicationItem to write.
- feedBaseUri
-
Type:
System::Uri^
The base URI for the feed.
Override this method to change the way a SyndicationItem is written.
.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Available since 3.5
Silverlight
Available since 2.0
Show: