Windows.Web.Syndication 命名空間
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
管理新聞訂閱摘要。
類別
SyndicationAttribute |
表示規格中未定義的自定義屬性。 |
SyndicationCategory |
表示摘要或項目的類別。 這個類別會將資訊封裝在 RSS 2.0 中的 /rss/channel/item/category 元素或 Atom 1.0 中的 atom:category 元素中。 |
SyndicationClient |
實作 ISyndicationClient 介面,以異步方式從 URI 擷取摘要。 |
SyndicationContent |
代表摘要內容,包括 Text、HTML、XHTML、URL 和 XML。 這個物件會封裝 Atom 1.0 中的 atom:content 元素,而且可以包含外部內容的連結。 |
SyndicationError |
表示新聞訂閱作業期間遇到的錯誤。 |
SyndicationFeed |
包含摘要的相關信息。 這個類別會將資訊封裝在 RSS 2.0 中的 /rss/channel 元素或 Atom 1.0 中的 atom:feed 元素中。 |
SyndicationGenerator |
描述用來產生摘要的代理程式或工具。 這個類別會將資訊封裝在 RSS 2.0 中的 /rss/channel/generator 元素,或 Atom 1.0 中的 /atom:feed/atom:generator 元素中。 |
SyndicationItem |
代表摘要中的專案。 這個類別會將資訊封裝在 RSS 2.0 中的 /rss/channel/item 元素或 Atom 1.0 中的 atom:entry 元素中。 |
SyndicationLink |
表示新聞訂閱摘要或項目內的連結。 這個類別會在 RSS 2.0 中的 /rss/channel/item/link 元素或 Atom 1.0 中的 atom:link 元素中封裝資訊。 |
SyndicationNode |
實作 ISyndicationNode 介面,此介面代表泛型 XML 新聞訂閱專案。 |
SyndicationPerson |
表示新聞訂閱內容的作者或參與者。 |
SyndicationText |
實作 ISyndicationText 介面,以 封裝 RSS 2.0 或 Atom 1.0 中可以有文字、HTML 或 XHTML 的專案。 在 Atom 1.0 中,此對象會對應至架構中的 atomTextConstruct ,可以是 atom:title、 atom:subtitle、 atom:rights 或 atom :summary 元素。 |
結構
RetrievalProgress |
包含數據擷取作業的進度資訊。 |
TransferProgress |
包含資料傳輸作業的進度資訊。 |
介面
ISyndicationClient |
封裝以異步方式從 URI 擷取摘要所需的數據和方法。 它支持驗證。 |
ISyndicationNode |
表示泛型新聞訂閱 XML 專案延伸。 |
ISyndicationText |
代表文字、HTML 或 XHTML 內容。 此介面會封裝 RSS 2.0 或 Atom 1.0 中可以有文字、HTML 或 XHTML 內容的元素。 在 Atom 1.0 中,此介面會對應至架構中的 atomTextConstruct,可以是 atom:title、atom:subtitle、atom:rights 或 atom:summary。 |
列舉
SyndicationErrorStatus |
定義新聞訂閱作業期間遇到的錯誤。 |
SyndicationFormat |
指定 API 支援的新聞訂閱格式。 |
SyndicationTextType |
指定新聞訂閱內容支援的文字類型。 |