Sdílet prostřednictvím


SyndicationFeedFormatter.CreateCategory Metoda

Definice

Vytvoří novou instanci třídy SyndicationCategory.

Přetížení

CreateCategory(SyndicationFeed)

Vytvoří novou instanci SyndicationCategory třídy pomocí zadané SyndicationFeed instance.

CreateCategory(SyndicationItem)

Vytvoří novou instanci SyndicationCategory třídy pomocí zadané SyndicationItem instance.

CreateCategory(SyndicationFeed)

Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs

Vytvoří novou instanci SyndicationCategory třídy pomocí zadané SyndicationFeed instance.

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

Parametry

feed
SyndicationFeed

Slouží SyndicationFeed k vytvoření nového SyndicationCategory.

Návraty

Nová SyndicationCategory instance.

Poznámky

Nově vytvořená SyndicationCategory instance se automaticky nepřidá do SyndicationFeed instance použité k jejímu vytvoření.

Platí pro

CreateCategory(SyndicationItem)

Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs
Zdroj:
SyndicationFeedFormatter.cs

Vytvoří novou instanci SyndicationCategory třídy pomocí zadané SyndicationItem instance.

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

Parametry

item
SyndicationItem

Slouží SyndicationItem k vytvoření .SyndicationCategory

Návraty

Nová SyndicationCategory instance.

Poznámky

Nově vytvořená SyndicationCategory instance se automaticky nepřidá do SyndicationItem instance použité k jejímu vytvoření.

Platí pro