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
- 継承
コンストラクター
InlineCategoriesDocument() |
InlineCategoriesDocument クラスの新しいインスタンスを作成します。 |
InlineCategoriesDocument(IEnumerable<SyndicationCategory>) |
InlineCategoriesDocument クラスの新しいインスタンスを作成します。 |
InlineCategoriesDocument(IEnumerable<SyndicationCategory>, Boolean, String) |
InlineCategoriesDocument クラスの新しいインスタンスを作成します。 |
プロパティ
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) |