CategoriesDocumentFormatter.CreateInlineCategoriesDocument Метод

Определение

Создает объект InlineCategoriesDocument, который можно сериализовать в элемент <atom:categories> в сервисном документе и который содержит набор категорий в данном элементе.

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

Возвращаемое значение

InlineCategoriesDocument

Возвращает объект InlineCategoriesDocument, который можно сериализовать в элемент <atom:categories> в сервисном документе.

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