SyndicationFeed.GetRss20Formatter メソッド

定義

Rss20FeedFormatter インスタンスを取得します。

オーバーロード

GetRss20Formatter()

Rss20FeedFormatter インスタンスを取得します。

GetRss20Formatter(Boolean)

新しい Rss20FeedFormatter インスタンスを取得します。

GetRss20Formatter()

ソース:
SyndicationFeed.cs
ソース:
SyndicationFeed.cs
ソース:
SyndicationFeed.cs
ソース:
SyndicationFeed.cs

Rss20FeedFormatter インスタンスを取得します。

public:
 System::ServiceModel::Syndication::Rss20FeedFormatter ^ GetRss20Formatter();
public System.ServiceModel.Syndication.Rss20FeedFormatter GetRss20Formatter ();
member this.GetRss20Formatter : unit -> System.ServiceModel.Syndication.Rss20FeedFormatter
Public Function GetRss20Formatter () As Rss20FeedFormatter

戻り値

Rss20FeedFormatter のインスタンス。

適用対象

GetRss20Formatter(Boolean)

ソース:
SyndicationFeed.cs
ソース:
SyndicationFeed.cs
ソース:
SyndicationFeed.cs
ソース:
SyndicationFeed.cs

新しい Rss20FeedFormatter インスタンスを取得します。

public:
 System::ServiceModel::Syndication::Rss20FeedFormatter ^ GetRss20Formatter(bool serializeExtensionsAsAtom);
public System.ServiceModel.Syndication.Rss20FeedFormatter GetRss20Formatter (bool serializeExtensionsAsAtom);
member this.GetRss20Formatter : bool -> System.ServiceModel.Syndication.Rss20FeedFormatter
Public Function GetRss20Formatter (serializeExtensionsAsAtom As Boolean) As Rss20FeedFormatter

パラメーター

serializeExtensionsAsAtom
Boolean

Atom 1.0 名前空間を持つ要素および属性の拡張をシリアル化するかどうかを指定する値。

戻り値

Rss20FeedFormatter のインスタンス。

注釈

RSS 2.0 仕様では、仕様に定義されていない要素と属性を名前空間内だけで使用できます。 serializedExtensionsAsAtom パラメーターが true の場合、フォーマッタは自動的にすべての拡張に a10 名前空間修飾子を追加します。それ以外の場合、拡張はシリアル化されません。

適用対象