InlineCategoriesDocument 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表服務文件內的 <atom:categories
> 項目。
public ref class InlineCategoriesDocument : System::ServiceModel::Syndication::CategoriesDocument
public class InlineCategoriesDocument : System.ServiceModel.Syndication.CategoriesDocument
type InlineCategoriesDocument = class
inherit CategoriesDocument
Public Class InlineCategoriesDocument
Inherits CategoriesDocument
- 繼承
建構函式
屬性
AttributeExtensions |
取得屬性擴充的集合。 (繼承來源 CategoriesDocument) |
BaseUri |
CategoriesDocument 的基底 URI。 (繼承來源 CategoriesDocument) |
Categories |
取得與 InlineCategoriesDocument 相關聯的新聞訂閱分類集合。 |
ElementExtensions |
取得 CategoriesDocument 的項目延伸。 (繼承來源 CategoriesDocument) |
IsFixed |
取得或設定值,指定新聞訂閱分類是否可以新增到 InlineCategoriesDocument。 |
Language |
取得或設定 CategoriesDocument 的語言。 (繼承來源 CategoriesDocument) |
Scheme |
取得或設定 InlineCategoriesDocument 的配置。 |
方法
CreateCategory() |
建立新的 SyndicationCategory 執行個體。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetFormatter() |
取得使用 AtomPub10CategoriesDocumentFormatter (為呼叫這個方法的目標) 初始化的新 CategoriesDocument 執行個體。 (繼承來源 CategoriesDocument) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
Save(XmlWriter) |
將 CategoriesDocument 儲存至 XmlWriter。 (繼承來源 CategoriesDocument) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |
TryParseAttribute(String, String, String, String) |
嘗試剖析屬性延伸。 (繼承來源 CategoriesDocument) |
TryParseElement(XmlReader, String) |
嘗試剖析項目延伸。 (繼承來源 CategoriesDocument) |
WriteAttributeExtensions(XmlWriter, String) |
將屬性延伸寫入至指定的 XmlWriter。 (繼承來源 CategoriesDocument) |
WriteElementExtensions(XmlWriter, String) |
將項目延伸寫入至指定的 XmlWriter。 (繼承來源 CategoriesDocument) |