ReferencedCategoriesDocument クラス

定義

カテゴリ ドキュメントへの参照を表します。

public ref class ReferencedCategoriesDocument : System::ServiceModel::Syndication::CategoriesDocument
public class ReferencedCategoriesDocument : System.ServiceModel.Syndication.CategoriesDocument
type ReferencedCategoriesDocument = class
    inherit CategoriesDocument
Public Class ReferencedCategoriesDocument
Inherits CategoriesDocument
継承
ReferencedCategoriesDocument

コンストラクター

ReferencedCategoriesDocument()

ReferencedCategoriesDocument クラスの新しいインスタンスを作成します。

ReferencedCategoriesDocument(Uri)

ReferencedCategoriesDocument クラスの新しいインスタンスを作成します。

プロパティ

AttributeExtensions

属性の拡張のコレクションを取得します。

(継承元 CategoriesDocument)
BaseUri

CategoriesDocument のベース URI。

(継承元 CategoriesDocument)
ElementExtensions

CategoriesDocument の要素拡張を取得します。

(継承元 CategoriesDocument)
Language

CategoriesDocument の言語を取得または設定します。

(継承元 CategoriesDocument)
Link

カテゴリ ドキュメントの URI を取得または設定します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetFormatter()

このメソッドが呼び出されるときの AtomPub10CategoriesDocumentFormatter を使用して初期化される新しい CategoriesDocument インスタンスを取得します。

(継承元 CategoriesDocument)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
Save(XmlWriter)

CategoriesDocumentXmlWriter に保存します。

(継承元 CategoriesDocument)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)
TryParseAttribute(String, String, String, String)

属性の拡張の解析を試みます。

(継承元 CategoriesDocument)
TryParseElement(XmlReader, String)

要素拡張の解析を試みます。

(継承元 CategoriesDocument)
WriteAttributeExtensions(XmlWriter, String)

指定された XmlWriter に属性の拡張を書き込みます。

(継承元 CategoriesDocument)
WriteElementExtensions(XmlWriter, String)

要素の拡張を、指定された XmlWriter に書き込みます。

(継承元 CategoriesDocument)

適用対象