ResourceCollectionInfo 类

定义

表示由 <atom:collection> 元素表示的资源集合。

public ref class ResourceCollectionInfo
public class ResourceCollectionInfo
type ResourceCollectionInfo = class
Public Class ResourceCollectionInfo
继承
ResourceCollectionInfo

构造函数

ResourceCollectionInfo()

创建 ResourceCollectionInfo 类的新实例。

ResourceCollectionInfo(String, Uri)

创建 ResourceCollectionInfo 类的新实例。

ResourceCollectionInfo(TextSyndicationContent, Uri)

创建 ResourceCollectionInfo 类的新实例。

ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, Boolean)

创建 ResourceCollectionInfo 类的新实例。

ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, IEnumerable<String>)

创建 ResourceCollectionInfo 类的新实例。

属性

Accepts

获取可添加到集合中的资源类型的集合。

AttributeExtensions

获取属性扩展的集合。

BaseUri

获取或设置 ResourceCollectionInfo 实例的基 URI。

Categories

获取 CategoriesDocument 对象的集合。

ElementExtensions

获取服务文档的元素扩展。

Link

获取或设置集合的 URI。

Title

获取或设置集合的标题。

方法

CreateInlineCategoriesDocument()

创建一个新的 InlineCategoriesDocument 实例。

CreateReferencedCategoriesDocument()

创建一个新的 ReferencedCategoriesDocument 实例。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)
TryParseAttribute(String, String, String, String)

试图分析属性扩展。

TryParseElement(XmlReader, String)

试图分析元素扩展。

WriteAttributeExtensions(XmlWriter, String)

使用指定的联合版本将属性扩展写入指定的 XmlWriter

WriteElementExtensions(XmlWriter, String)

使用指定的联合版本将元素扩展写入指定的 XmlWriter

适用于