ServiceDocumentFormatter.CreateReferencedCategories 方法

定义

创建一个新的 ReferencedCategoriesDocument

protected:
 static System::ServiceModel::Syndication::ReferencedCategoriesDocument ^ CreateReferencedCategories(System::ServiceModel::Syndication::ResourceCollectionInfo ^ collection);
protected static System.ServiceModel.Syndication.ReferencedCategoriesDocument CreateReferencedCategories (System.ServiceModel.Syndication.ResourceCollectionInfo collection);
static member CreateReferencedCategories : System.ServiceModel.Syndication.ResourceCollectionInfo -> System.ServiceModel.Syndication.ReferencedCategoriesDocument
Protected Shared Function CreateReferencedCategories (collection As ResourceCollectionInfo) As ReferencedCategoriesDocument

参数

collection
ResourceCollectionInfo

用于创建新的 ResourceCollectionInfoReferencedCategoriesDocument 实例。

返回

ReferencedCategoriesDocument

返回一个新的 ReferencedCategoriesDocument

适用于