SyndicationFeedFormatter.CreateCategory 方法

定义

创建 SyndicationCategory 类的新实例。

重载

CreateCategory(SyndicationFeed)

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

CreateCategory(SyndicationItem)

使用指定的 SyndicationCategory 实例创建 SyndicationItem 类的新实例。

CreateCategory(SyndicationFeed)

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

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

protected public:
 static System::ServiceModel::Syndication::SyndicationCategory ^ CreateCategory(System::ServiceModel::Syndication::SyndicationFeed ^ feed);
protected internal static System.ServiceModel.Syndication.SyndicationCategory CreateCategory (System.ServiceModel.Syndication.SyndicationFeed feed);
static member CreateCategory : System.ServiceModel.Syndication.SyndicationFeed -> System.ServiceModel.Syndication.SyndicationCategory
Protected Friend Shared Function CreateCategory (feed As SyndicationFeed) As SyndicationCategory

参数

返回

SyndicationCategory 实例。

注解

新创建的 SyndicationCategory 实例未自动添加到用于创建它的 SyndicationFeed 实例。

适用于

CreateCategory(SyndicationItem)

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

使用指定的 SyndicationCategory 实例创建 SyndicationItem 类的新实例。

protected public:
 static System::ServiceModel::Syndication::SyndicationCategory ^ CreateCategory(System::ServiceModel::Syndication::SyndicationItem ^ item);
protected internal static System.ServiceModel.Syndication.SyndicationCategory CreateCategory (System.ServiceModel.Syndication.SyndicationItem item);
static member CreateCategory : System.ServiceModel.Syndication.SyndicationItem -> System.ServiceModel.Syndication.SyndicationCategory
Protected Friend Shared Function CreateCategory (item As SyndicationItem) As SyndicationCategory

参数

返回

SyndicationCategory 实例。

注解

新创建的 SyndicationCategory 实例未自动添加到用于创建它的 SyndicationItem 实例。

适用于