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.

Применяется к