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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.