Windows.Web.Syndication 命名空间

管理联合源。

SyndicationAttribute

表示未在规范中定义的自定义属性。

SyndicationCategory

表示源或项的类别。 此类将信息封装在 RSS 2.0 中的 /rss/channel/item/category 元素或 Atom 1.0 中的 atom:category 元素中。

SyndicationClient

实现 ISyndicationClient 接口,该接口以异步方式从 URI 检索源。

SyndicationContent

表示源内容,包括文本、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/link 或 /rss/channel/item/link 元素或 Atom 1.0 中的 atom:link 元素中。

SyndicationNode

实现表示泛型 XML 联合元素的 ISyndicationNode 接口。

SyndicationPerson

表示联合内容的作者或参与者。

SyndicationText

实现 ISyndicationText 接口,该接口封装 RSS 2.0Atom 1.0 中可以具有文本、HTML 或 XHTML 的元素。 在 Atom 1.0 中,此对象映射到架构中的 atomTextConstruct ,该结构可以是 atom:titleatom:subtitleatom:rightsatom:summary 元素。

结构

RetrievalProgress

包含数据检索操作的进度信息。

TransferProgress

包含数据传输操作的进度信息。

接口

ISyndicationClient

封装从 URI 异步检索源所需的数据和方法。 它支持身份验证。

ISyndicationNode

表示泛型联合 XML 元素扩展。

ISyndicationText

表示文本、HTML 或 XHTML 内容。 此接口封装 RSS 2.0Atom 1.0 中可以包含文本、HTML 或 XHTML 内容的元素。 在 Atom 1.0 中, 此接口映射到架构中的 atomTextConstruct ,该结构可以是元素 atom:titleatom:subtitleatom:rightsatom:summary

枚举

SyndicationErrorStatus

定义联合操作期间遇到的错误。

SyndicationFormat

指定 API 支持的联合格式。

SyndicationTextType

指定联合内容支持的文本类型。

另请参阅