共用方式為


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 才可將 SyndicationFeed 寫出至 XmlReader。 將 SyndicationFeedSyndicationFeedFormatter 產生關聯的唯一方法是使用此建構函式。

適用於