共用方式為


AtomPub10CategoriesDocumentFormatter.CreateInlineCategoriesDocument 方法

定義

建立 InlineCategoriesDocument,它可以序列化為服務文件內的 <atom:categories> 元素,並且在該元素內包含這組分類。

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> 元素。

適用於