SyndicationFeedFormatter.CreateItem(SyndicationFeed) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the SyndicationItem class using the specified SyndicationFeed instance.
protected public:
static System::ServiceModel::Syndication::SyndicationItem ^ CreateItem(System::ServiceModel::Syndication::SyndicationFeed ^ feed);
protected internal static System.ServiceModel.Syndication.SyndicationItem CreateItem (System.ServiceModel.Syndication.SyndicationFeed feed);
static member CreateItem : System.ServiceModel.Syndication.SyndicationFeed -> System.ServiceModel.Syndication.SyndicationItem
Protected Friend Shared Function CreateItem (feed As SyndicationFeed) As SyndicationItem
Parameters
- feed
- SyndicationFeed
The SyndicationFeed used to create the SyndicationItem.
Returns
A new SyndicationItem instance.
Remarks
The newly created SyndicationItem instance is not automatically added to the SyndicationFeedFormatter instance used to create it.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.