SyndicationFeedFormatter 构造函数

定义

创建 SyndicationFeedFormatter 类的新实例。

重载

SyndicationFeedFormatter()

创建 SyndicationFeedFormatter 类的新实例。

SyndicationFeedFormatter(SyndicationFeed)

使用指定的 SyndicationFeedFormatter 实例创建 SyndicationFeed 类的新实例。

SyndicationFeedFormatter()

Source:
SyndicationFeedFormatter.cs
Source:
SyndicationFeedFormatter.cs
Source:
SyndicationFeedFormatter.cs
Source:
SyndicationFeedFormatter.cs

创建 SyndicationFeedFormatter 类的新实例。

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

适用于

SyndicationFeedFormatter(SyndicationFeed)

Source:
SyndicationFeedFormatter.cs
Source:
SyndicationFeedFormatter.cs
Source:
SyndicationFeedFormatter.cs
Source:
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 相关联的唯一方法就是使用此构造函数。

适用于