AtomPub10CategoriesDocumentFormatter.CreateInlineCategoriesDocument メソッド

定義

サービス ドキュメント内の <atom:categories> 要素にシリアル化でき、その要素内にカテゴリ セットを格納する InlineCategoriesDocument を作成します。

protected:
 override System::ServiceModel::Syndication::InlineCategoriesDocument ^ CreateInlineCategoriesDocument();
protected override System.ServiceModel.Syndication.InlineCategoriesDocument CreateInlineCategoriesDocument ();
override this.CreateInlineCategoriesDocument : unit -> System.ServiceModel.Syndication.InlineCategoriesDocument
Protected Overrides Function CreateInlineCategoriesDocument () As InlineCategoriesDocument

戻り値

InlineCategoriesDocument

サービス ドキュメント内の <atom:categories> 要素にシリアル化できる InlineCategoriesDocument を返します。

適用対象