SyndicationFeedFormatter.Feed Proprietà

Definizione

Ottiene la classe SyndicationFeed associata al formattatore.

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

Valore della proprietà

SyndicationFeed

L'elemento SyndicationFeed associato al formattatore.

Commenti

Un elemento SyndicationFeed viene associato al formattatore SyndicationFeedFormatter mediante il passaggio di un'istanza di SyndicationFeed nel costruttore di SyndicationFeedFormatter.

Si applica a