SyndicationFeedFormatter.Feed Eigenschaft

Definition

Ruft das dem Formatierungsprogramm zugewiesene SyndicationFeed ab.

public:
 property System::ServiceModel::Syndication::SyndicationFeed ^ Feed { System::ServiceModel::Syndication::SyndicationFeed ^ get(); };
public System.ServiceModel.Syndication.SyndicationFeed Feed { get; }
member this.Feed : System.ServiceModel.Syndication.SyndicationFeed
Public ReadOnly Property Feed As SyndicationFeed

Eigenschaftswert

SyndicationFeed

Das dem Formatierungsprogramm zugewiesene SyndicationFeed.

Hinweise

Ein SyndicationFeed wird dem SyndicationFeedFormatter zugewiesen, indem eine Instanz des SyndicationFeed an den Konstruktor des SyndicationFeedFormatter übergeben wird.

Gilt für