共用方式為


ServiceDocumentFormatter.CreateCategory(InlineCategoriesDocument) 方法

定義

建立 SyndicationCategory 類別的新執行個體。

protected:
 static System::ServiceModel::Syndication::SyndicationCategory ^ CreateCategory(System::ServiceModel::Syndication::InlineCategoriesDocument ^ inlineCategories);
protected static System.ServiceModel.Syndication.SyndicationCategory CreateCategory (System.ServiceModel.Syndication.InlineCategoriesDocument inlineCategories);
static member CreateCategory : System.ServiceModel.Syndication.InlineCategoriesDocument -> System.ServiceModel.Syndication.SyndicationCategory
Protected Shared Function CreateCategory (inlineCategories As InlineCategoriesDocument) As SyndicationCategory

參數

inlineCategories
InlineCategoriesDocument

用來建立新分類文件的 InlineCategoriesDocument 執行個體。

傳回

SyndicationCategory

傳回新的 SyndicationCategory 執行個體。

適用於