次の方法で共有


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

新しい ResourceCollectionInfo を作成するために使用する ReferencedCategoriesDocument インスタンス。

戻り値

ReferencedCategoriesDocument

新しい ReferencedCategoriesDocument を返します。

適用対象