CategoriesDocument 類別

定義

表示分類文件。

public ref class CategoriesDocument abstract
public abstract class CategoriesDocument
type CategoriesDocument = class
Public MustInherit Class CategoriesDocument
繼承
CategoriesDocument
衍生

備註

分類文件會描述集合中允許的分類。

屬性

AttributeExtensions

取得屬性擴充的集合。

BaseUri

CategoriesDocument 的基底 URI。

ElementExtensions

取得 CategoriesDocument 的項目延伸。

Language

取得或設定 CategoriesDocument 的語言。

方法

Create(Collection<SyndicationCategory>)

建立新的 CategoriesDocument 執行個體。

Create(Collection<SyndicationCategory>, Boolean, String)

建立 CategoriesDocument 類別的新執行個體。

Create(Uri)

建立 CategoriesDocument 類別的新執行個體,並使用指定的 Uri 初始化這個執行個體。

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetFormatter()

取得使用 AtomPub10CategoriesDocumentFormatter (為呼叫這個方法的目標) 初始化的新 CategoriesDocument 執行個體。

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
Load(XmlReader)

CategoriesDocument 載入 XmlReader 執行個體。

MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
Save(XmlWriter)

CategoriesDocument 儲存至 XmlWriter

ToString()

傳回代表目前物件的字串。

(繼承來源 Object)
TryParseAttribute(String, String, String, String)

嘗試剖析屬性延伸。

TryParseElement(XmlReader, String)

嘗試剖析項目延伸。

WriteAttributeExtensions(XmlWriter, String)

將屬性延伸寫入至指定的 XmlWriter

WriteElementExtensions(XmlWriter, String)

將項目延伸寫入至指定的 XmlWriter

適用於