SyndicationFeedFormatter.Feed 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與這個格式器相關聯的 SyndicationFeed。
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
屬性值
與格式器關聯的 SyndicationFeed 。
備註
SyndicationFeed 將 SyndicationFeedFormatter 執行個體傳給 SyndicationFeed 建構函式,藉此與 SyndicationFeedFormatter 產生關聯。