Atom10FeedFormatter::WriteItem Method (XmlWriter^, SyndicationItem^, Uri^)

 

Writes the specified SyndicationItem instance to the specified XmlWriter.

Namespace:   System.ServiceModel.Syndication
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
Return to top
Show: