Share via


SyndicationFeedFormatter コンストラクター

定義

SyndicationFeedFormatter クラスの新しいインスタンスを作成します。

オーバーロード

SyndicationFeedFormatter()

SyndicationFeedFormatter クラスの新しいインスタンスを作成します。

SyndicationFeedFormatter(SyndicationFeed)

指定した SyndicationFeedFormatter インスタンスを使用して、SyndicationFeed クラスの新しいインスタンスを作成します。

SyndicationFeedFormatter()

ソース:
SyndicationFeedFormatter.cs
ソース:
SyndicationFeedFormatter.cs
ソース:
SyndicationFeedFormatter.cs
ソース:
SyndicationFeedFormatter.cs

SyndicationFeedFormatter クラスの新しいインスタンスを作成します。

protected:
 SyndicationFeedFormatter();
protected SyndicationFeedFormatter ();
Protected Sub New ()

適用対象

SyndicationFeedFormatter(SyndicationFeed)

ソース:
SyndicationFeedFormatter.cs
ソース:
SyndicationFeedFormatter.cs
ソース:
SyndicationFeedFormatter.cs
ソース:
SyndicationFeedFormatter.cs

指定した SyndicationFeedFormatter インスタンスを使用して、SyndicationFeed クラスの新しいインスタンスを作成します。

protected:
 SyndicationFeedFormatter(System::ServiceModel::Syndication::SyndicationFeed ^ feedToWrite);
protected SyndicationFeedFormatter (System.ServiceModel.Syndication.SyndicationFeed feedToWrite);
new System.ServiceModel.Syndication.SyndicationFeedFormatter : System.ServiceModel.Syndication.SyndicationFeed -> System.ServiceModel.Syndication.SyndicationFeedFormatter
Protected Sub New (feedToWrite As SyndicationFeed)

パラメーター

feedToWrite
SyndicationFeed

書き込む SyndicationFeed

注釈

SyndicationFeedFormatter には、SyndicationFeed が関連付けられている必要があります。 これで SyndicationFeedFormatter は、SyndicationFeedXmlReader に書き込むことができます。 SyndicationFeedSyndicationFeedFormatter と関連付ける唯一の方法は、このコンストラクターを使用することです。

適用対象