Atom10FeedFormatter.WriteItems メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SyndicationItem インスタンスのコレクションを、指定した XmlWriter に書き込みます。
protected:
virtual void WriteItems(System::Xml::XmlWriter ^ writer, System::Collections::Generic::IEnumerable<System::ServiceModel::Syndication::SyndicationItem ^> ^ items, Uri ^ feedBaseUri);
protected virtual void WriteItems (System.Xml.XmlWriter writer, System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.SyndicationItem> items, Uri feedBaseUri);
abstract member WriteItems : System.Xml.XmlWriter * seq<System.ServiceModel.Syndication.SyndicationItem> * Uri -> unit
override this.WriteItems : System.Xml.XmlWriter * seq<System.ServiceModel.Syndication.SyndicationItem> * Uri -> unit
Protected Overridable Sub WriteItems (writer As XmlWriter, items As IEnumerable(Of SyndicationItem), feedBaseUri As Uri)
パラメーター
- items
- IEnumerable<SyndicationItem>
書き込む SyndicationItem インスタンスのコレクション。
- feedBaseUri
- Uri
フィードのベース URI。
注釈
SyndicationItem オブジェクトのコレクションの方法を変更するには、このメソッドをオーバーライドします。