CategoriesDocumentFormatter クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
他のフォーマッタの基底クラスとして使用される抽象クラス (たとえば、 AtomPub10CategoriesDocumentFormatter)。
public ref class CategoriesDocumentFormatter abstract
[System.Runtime.Serialization.DataContract]
public abstract class CategoriesDocumentFormatter
[<System.Runtime.Serialization.DataContract>]
type CategoriesDocumentFormatter = class
Public MustInherit Class CategoriesDocumentFormatter
- 継承
-
CategoriesDocumentFormatter
- 派生
- 属性
注釈
このクラスは抽象クラスであり、直接インスタンス化することはできません。
コンストラクター
| 名前 | 説明 |
|---|---|
| CategoriesDocumentFormatter() |
CategoriesDocumentFormatter クラスの新しいインスタンスを作成します。 |
| CategoriesDocumentFormatter(CategoriesDocument) |
指定したCategoriesDocumentFormatterを使用して、CategoriesDocument クラスの新しいインスタンスを作成します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Document |
カテゴリ ドキュメントを取得します。 |
| Version |
フォーマッタで使用されるシンジケーション バージョンを取得します。 |
メソッド
| 名前 | 説明 |
|---|---|
| CanRead(XmlReader) |
指定した XmlReader に有効な Atom 1.0 カテゴリ ドキュメントが含まれているかどうかを確認します。 |
| CreateInlineCategoriesDocument() |
サービス ドキュメント内のInlineCategoriesDocument< |
| CreateReferencedCategoriesDocument() |
サービス ドキュメント内のReferencedCategoriesDocument< |
| Equals(Object) |
指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
| GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
| GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
| MemberwiseClone() |
現在の Objectの簡易コピーを作成します。 (継承元 Object) |
| ReadFrom(XmlReader) |
指定した< インスタンスから Atom 1.0 |
| SetDocument(CategoriesDocument) |
CategoriesDocumentに関連付けるCategoriesDocumentFormatterを指定します。 |
| ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |
| WriteTo(XmlWriter) |
指定したCategoriesDocumentにCategoriesDocumentFormatterに関連付けられているXmlWriterを書き込みます。 |