Sdílet prostřednictvím


SyndicationFeedFormatter.CreatePerson Metoda

Definice

Vytvoří novou instanci sloupce SyndicationPerson.

Přetížení

CreatePerson(SyndicationFeed)

Vytvoří novou SyndicationPerson instanci se zadanou SyndicationFeed instancí.

CreatePerson(SyndicationItem)

Vytvoří novou SyndicationPerson instanci se zadanou SyndicationItem instancí.

CreatePerson(SyndicationFeed)

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

Vytvoří novou SyndicationPerson instanci se zadanou SyndicationFeed instancí.

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

Parametry

feed
SyndicationFeed

Instance použitá SyndicationFeed k vytvoření nové SyndicationPerson instance.

Návraty

Nová SyndicationPerson instance.

Poznámky

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

Platí pro

CreatePerson(SyndicationItem)

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

Vytvoří novou SyndicationPerson instanci se zadanou SyndicationItem instancí.

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

Parametry

item
SyndicationItem

Instance použitá SyndicationItem k vytvoření nové SyndicationPerson instance.

Návraty

Nová SyndicationPerson instance.

Poznámky

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

Platí pro